nextcloud: add UPLOAD_MAX_SIZE variable

This commit is contained in:
Wonderfall
2016-09-19 12:59:09 +02:00
parent e0c144d7cb
commit d2969c59ea
13 changed files with 22 additions and 12 deletions

View File

@ -35,7 +35,7 @@ http {
index index.php;
root /nextcloud;
client_max_body_size 10G;
client_max_body_size <UPLOAD_MAX_SIZE>;
fastcgi_buffers 64 4K;
error_page 403 /core/templates/403.php;