summarylogtreecommitdiffstats
path: root/example-nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'example-nginx.conf')
-rw-r--r--example-nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-nginx.conf b/example-nginx.conf
index 2baf96d0510d..7e36056b0a25 100644
--- a/example-nginx.conf
+++ b/example-nginx.conf
@@ -14,7 +14,7 @@ server {
location /server {
proxy_connect_timeout 300;
- proxy_pass http://localhost:3000;
+ proxy_pass http://127.0.0.1:3000;
proxy_set_header Connection "upgrade";
proxy_set_header Upgrade $http_upgrade;
proxy_set_header X-Forwarded-for $proxy_add_x_forwarded_for;