diff --git a/configs/nginx.conf b/configs/nginx.conf index 3faeaa7..03323d2 100644 --- a/configs/nginx.conf +++ b/configs/nginx.conf @@ -26,7 +26,7 @@ server { } location /live/ { - proxy_pass http://127.0.0.1:8000/; + proxy_pass http://127.0.0.1:8001/; proxy_buffering off; proxy_set_header X-Real-IP $remote_addr; } @@ -53,6 +53,7 @@ server { location / { proxy_pass http://127.0.0.1:8001/; proxy_buffering off; + proxy_set_header X-Real-IP $remote_addr; } location /admin/ {