1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sogo_ynh.git synced 2024-09-03 20:26:07 +02:00

Fix max body size

This commit is contained in:
Josué Tille 2019-02-11 14:43:53 +01:00
parent 0c878cc3fe
commit d7e2946b37
No known key found for this signature in database
GPG key ID: D5E068C6DFA8681D

View file

@ -12,6 +12,8 @@ location ^~ __PATH__/ {
proxy_set_header x-webobjects-server-name $server_name;
proxy_set_header x-webobjects-server-url $scheme://$host;
include conf.d/yunohost_panel.conf.inc;
client_max_body_size 100M;
}
location __PATH__.woa/WebServerResources/ {