Add default client_max_body_size
This commit is contained in:
parent
f708d1f194
commit
5f1906feb8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user