Update www.conf.tmpl

This commit is contained in:
Sebastian Hugentobler 2016-11-01 15:20:03 +00:00
parent 02dfda3b2b
commit 100ce0aeed

View File

@ -424,8 +424,8 @@ env[PATH] = /usr/local/bin:/usr/bin:/bin
php_admin_value[default_charset] = UTF-8 php_admin_value[default_charset] = UTF-8
{{if (getenv "MAXUPLOADSIZE")}} {{if (getenv "MAXUPLOADSIZE")}}
php_admin_value[upload_max_filesize] = {{getenv "MAXUPLOADSIZE"}} php_admin_value[upload_max_filesize] = {{getenv "MAX_UPLOAD_SIZE" "512M"}}
php_admin_value[post_max_size] = {{getenv "MAXUPLOADSIZE"}} php_admin_value[post_max_size] = {{getenv "MAX_UPLOAD_SIZE" "512M"}}
{{end}} {{end}}
{{if (getenv "PHP_ADMIN_VALUES")}} {{if (getenv "PHP_ADMIN_VALUES")}}