mirror of
https://github.com/YunoHost-Apps/send_ynh.git
synced 2025-09-09 13:32:58 +02:00
fix
This commit is contained in:
@ -9,6 +9,8 @@ location __PATH__/ {
|
||||
}
|
||||
|
||||
location /api/ws {
|
||||
|
||||
proxy_pass http://127.0.0.1:__PORT__;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_http_version 1.1;
|
||||
@ -17,5 +19,4 @@ location /api/ws {
|
||||
proxy_set_header Connection "";
|
||||
proxy_connect_timeout 4000s;
|
||||
proxy_read_timeout 4000s;
|
||||
proxy_pass http://127.0.0.1:__PORT__;
|
||||
}
|
||||
|
Reference in New Issue
Block a user