mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-06 00:55:41 +00:00
nextcloud: add UPLOAD_MAX_SIZE variable
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user