diff --git a/conf/nginx.conf b/conf/nginx.conf index dd3ebf4..5461087 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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; }