diff --git a/conf/nginx.conf b/conf/nginx.conf index f2ba50c..1740a9d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -37,7 +37,7 @@ location /musicbox_webclient/ { rewrite ^ https://$server_name$request_uri? permanent; } - proxy_pass http://localhost:6680; + proxy_pass http://localhost:__PORT__; proxy_http_version 1.1; proxy_set_header Host $host; @@ -52,7 +52,7 @@ location /local/ { rewrite ^ https://$server_name$request_uri? permanent; } - proxy_pass http://localhost:6680; + proxy_pass http://localhost:__PORT__; proxy_http_version 1.1; proxy_set_header Host $host;