Increase max body size for uploads
This commit is contained in:
parent
e95df2f841
commit
d0e31f5b2f
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ server {
|
|||
dav_ext_methods PROPFIND OPTIONS;
|
||||
min_delete_depth 1;
|
||||
|
||||
client_max_body_size 15m;
|
||||
client_body_temp_path /tmp;
|
||||
create_full_put_path on;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue