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:
parent
435bb14d2e
commit
8e51aec792
1 changed files with 0 additions and 2 deletions
|
@ -8,9 +8,7 @@ location __PATH__/ {
|
||||||
if ($scheme = http) {
|
if ($scheme = http) {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
rewrite ^ https://$server_name$request_uri? permanent;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
location __PATH__/demo/ {
|
|
||||||
proxy_pass http://localhost:__PORT_WEB__;
|
proxy_pass http://localhost:__PORT_WEB__;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|
Loading…
Add table
Reference in a new issue