This commit is contained in:
parent
73efb584db
commit
faf7335719
@ -41,6 +41,10 @@ SECRET_DB_PASSWORD_VERSION=v1
|
||||
# Multisite (see README)
|
||||
#MULTISITE=enable # either 'enable', 'subdomain' or 'subfolder'
|
||||
|
||||
# File upload settings
|
||||
#UPLOAD_MAX_SIZE=256M
|
||||
#UPLOAD_MAX_TIME=30
|
||||
|
||||
# Local SMTP relay
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.mailrelay.yml"
|
||||
#SMTP_HOST="postfix_relay_app"
|
||||
|
@ -1,6 +0,0 @@
|
||||
file_uploads = On
|
||||
upload_max_filesize = 256M
|
||||
post_max_size = 256M
|
||||
memory_limit = 256M
|
||||
max_execution_time = 30
|
||||
max_input_time = 30
|
6
uploads.ini.tpl
Normal file
6
uploads.ini.tpl
Normal file
@ -0,0 +1,6 @@
|
||||
file_uploads = On
|
||||
upload_max_filesize = {{ env "UPLOAD_MAX_SIZE" }}
|
||||
post_max_size = {{ env "UPLOAD_MAX_SIZE" }}
|
||||
memory_limit = {{ env "UPLOAD_MAX_SIZE" }}
|
||||
max_execution_time = {{ env "UPLOAD_MAX_TIME" }}
|
||||
max_input_time = {{ env "UPLOAD_MAX_TIME" }}
|
Loading…
x
Reference in New Issue
Block a user