Fix nginx max body size

certbot_on_virtu
Alexandre Iooss 2020-05-06 12:59:08 +02:00
parent cb6e858804
commit 38ff5c192f
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,5 @@ proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade; proxy_set_header Connection $connection_upgrade;
# For Owncloud WebDav
client_max_body_size 10G;