Fix nginx max body size
parent
cb6e858804
commit
38ff5c192f
|
@ -15,3 +15,5 @@ proxy_http_version 1.1;
|
|||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
|
||||
# For Owncloud WebDav
|
||||
client_max_body_size 10G;
|
||||
|
|
Loading…
Reference in New Issue