1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/uptime-kuma_ynh.git synced 2024-10-01 13:34:58 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-05-22 11:21:08 +02:00
parent 0b48ec7cd0
commit e2d9fd8be0

View file

@ -9,9 +9,9 @@ location __PATH__/ {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
# Common parameter to increase upload size limit
#client_max_body_size 50M;
# Common parameter to increase upload size limit
#client_max_body_size 50M;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}