Update nginx.conf.tmpl

This commit is contained in:
Sebastian Hugentobler 2016-11-01 14:40:44 +01:00 committed by GitHub
parent af970555d1
commit a8d8f22e08

View File

@ -48,7 +48,7 @@ http {
location /.well-known/acme-challenge { }
client_max_body_size {{getenv "MAXUPLOADSIZE"}};
client_max_body_size {{getenv "MAX_UPLOAD_SIZE"}};
fastcgi_buffers 64 4K;
error_page 403 /core/templates/403.php;