diff --git a/conf/nginx.conf b/conf/nginx.conf index 7f2baa4..440cda1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ } location __PATH__/ { - proxy_pass http://127.0.0.1:9090; + proxy_pass http://127.0.0.1:__PORT__; proxy_http_version 1.1; proxy_buffering off; proxy_set_header X-Real-IP $remote_addr;