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:
parent
2566a76da8
commit
5522e417b6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ location LOCATIONTOCHANGE {
|
|||
if ($scheme = http) {
|
||||
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_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection 'upgrade';
|
||||
|
|
Loading…
Add table
Reference in a new issue