diff --git a/conf/nginx.conf b/conf/nginx.conf index 4797701..3185cf7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location __PATH__/ { include uwsgi_params; # Needed for long running operations in admin interface - proxy_pass http://localhost:__PORT__/; + proxy_pass http://127.0.0.1:__PORT__/; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto $scheme; proxy_buffering off;