summarylogtreecommitdiffstats
path: root/example-nginx.conf
diff options
context:
space:
mode:
authorMatthew Gamble2021-03-26 10:24:32 +1100
committerMatthew Gamble2021-03-26 10:24:32 +1100
commit8c90b540d6f55654c80df6fb867b4f382ea3b455 (patch)
treecddb19fa58f144f6b3e359410295e534d31b21af /example-nginx.conf
parent00f8289cc66e7fd93f7193b5d648338bad579a66 (diff)
downloadaur-8c90b540d6f55654c80df6fb867b4f382ea3b455.tar.gz
Nginx config update
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;