mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
Fix : Websocket issue after install
This commit is contained in:
parent
8c05e1bc42
commit
48a0192b71
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ location __PATH__/ {
|
||||||
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";
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
|
||||||
# Common parameter to increase upload size limit
|
# Common parameter to increase upload size limit
|
||||||
#client_max_body_size 50M;
|
#client_max_body_size 50M;
|
||||||
|
|
Loading…
Reference in a new issue