1
0
Fork 0
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:
Gildas 2023-12-13 22:08:56 +01:00
parent 8c05e1bc42
commit 48a0192b71

View file

@ -8,6 +8,7 @@ location __PATH__/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
# Common parameter to increase upload size limit
#client_max_body_size 50M;