Update nginx.conf.tmpl
This commit is contained in:
parent
af970555d1
commit
a8d8f22e08
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
@ -103,4 +103,4 @@ http {
|
|||
access_log off;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue