Skip to content

Commit 3f1353e

Browse files
committed
remove the ambiguous ip addr.
1 parent a5abc85 commit 3f1353e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/web-server/nginx/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
8686

8787
location / {
88-
proxy_pass http://127.0.0.1:3000;
88+
proxy_pass http://127.0.0.1:3000; # Change this to your coder deployment port default is 3000
8989
proxy_http_version 1.1;
9090
proxy_set_header Upgrade $http_upgrade;
9191
proxy_set_header Connection $connection_upgrade;
@@ -101,7 +101,6 @@
101101
> Don't forget to change :
102102
>
103103
> - `YOUR_SUBDOMAIN` by your (sub)domain e.g. `coder.example.com`
104-
> - the port and ip in `proxy_pass` if applicable
105104

106105
## Refresh certificates automatically
107106

0 commit comments

Comments
 (0)