mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-05 16:45:43 +00:00
nextcloud: add UPLOAD_MAX_SIZE variable
This commit is contained in:
@ -11,8 +11,8 @@ pm.max_spare_servers = 3
|
||||
chdir = /
|
||||
request_terminate_timeout = 1200
|
||||
env[PATH] = /usr/local/bin:/usr/bin:/bin
|
||||
php_admin_value[post_max_size] = 10G
|
||||
php_admin_value[upload_max_filesize] = 10G
|
||||
php_admin_value[post_max_size] = <UPLOAD_MAX_SIZE>
|
||||
php_admin_value[upload_max_filesize] = <UPLOAD_MAX_SIZE>
|
||||
php_admin_value[max_execution_time] = 10800
|
||||
php_admin_value[max_input_time] = 1200
|
||||
|
||||
|
Reference in New Issue
Block a user