1
Fork 0

Increase max upload size

This commit is contained in:
Jake Howard 2024-06-08 13:41:06 +01:00
parent b9e50b9e38
commit 6eb85cc932
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

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