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

Update nginx.conf

This commit is contained in:
ericgaspar 2021-06-05 08:37:37 +02:00
parent 435bb14d2e
commit 8e51aec792

View file

@ -8,9 +8,7 @@ location __PATH__/ {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
}
location __PATH__/demo/ {
proxy_pass http://localhost:__PORT_WEB__;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;