Increase max upload size
This commit is contained in:
parent
b9e50b9e38
commit
6eb85cc932
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ server {
|
|||
dav_ext_methods PROPFIND OPTIONS;
|
||||
min_delete_depth 1;
|
||||
|
||||
client_max_body_size 15m;
|
||||
client_max_body_size 50m;
|
||||
client_body_temp_path /tmp;
|
||||
create_full_put_path on;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue