1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

[fix] Resolve path properly

This commit is contained in:
kload 2015-08-22 22:45:33 +02:00
parent 2566a76da8
commit 5522e417b6

View file

@ -2,7 +2,7 @@ location LOCATIONTOCHANGE {
if ($scheme = http) { if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent; rewrite ^ https://$server_name$request_uri? permanent;
} }
proxy_pass http://127.0.0.1:9191/; proxy_pass http://127.0.0.1:9191LOCATIONTOCHANGE;
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';