1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
src386 2015-08-04 10:07:34 +02:00
parent c75ba4f583
commit 524d2c3e96

View file

@ -19,7 +19,7 @@ location PATHTOCHANGE {
} }
location ~ ^PATHTOCHANGE/ws/ { location ~ ^PATHTOCHANGE/ws/ {
proxy_pass http://localhost:8081; proxy_pass http://localhost:8080;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";