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:
parent
0c878cc3fe
commit
d7e2946b37
1 changed files with 2 additions and 0 deletions
|
@ -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/ {
|
||||
|
|
Loading…
Add table
Reference in a new issue