1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

Update nginx.conf

This commit is contained in:
siwinter 2021-08-24 01:37:51 +02:00 committed by GitHub
parent 50597c4080
commit 6c9cad6de4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;