diff --git a/conf/nginx.conf b/conf/nginx.conf index 572abdb..da0252d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,7 +13,7 @@ location __PATH__/ { } location @proxy { - proxy_pass http://localhost:8899; + proxy_pass http://localhost:__PORT__; proxy_set_header Host $host; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-For $remote_addr:$remote_port;