MAX_UPLOAD_SIZE is the name
This commit is contained in:
parent
4d86448d0d
commit
fa69c772f0
1 changed files with 1 additions and 1 deletions
|
@ -423,7 +423,7 @@ php_admin_flag[log_errors] = true
|
|||
|
||||
php_admin_value[default_charset] = UTF-8
|
||||
|
||||
{{if (getenv "MAXUPLOADSIZE")}}
|
||||
{{if (getenv "MAX_UPLOAD_SIZE")}}
|
||||
php_admin_value[upload_max_filesize] = {{getenv "MAX_UPLOAD_SIZE" "512M"}}
|
||||
php_admin_value[post_max_size] = {{getenv "MAX_UPLOAD_SIZE" "512M"}}
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue