1
Fork 0

Increase max body size for uploads

This commit is contained in:
Jake Howard 2024-03-03 21:00:07 +00:00
parent e95df2f841
commit d0e31f5b2f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}