Add default client_max_body_size

This commit is contained in:
Logan Marchione 2023-06-19 15:14:01 -04:00
parent f708d1f194
commit 5f1906feb8
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ server {
root /var/www/webdav;
autoindex on;
client_max_body_size 250M;
location /public {
dav_methods PUT DELETE MKCOL COPY MOVE;
dav_ext_methods PROPFIND OPTIONS;