Enable configuration via variables
This commit is contained in:
parent
61299bb763
commit
90de9d5861
6 changed files with 39 additions and 71 deletions
|
@ -8,3 +8,17 @@ php_fpm_memory_high: "25%"
|
|||
php_fpm_memory_max: "35%"
|
||||
|
||||
apache_php_module_name: "libapache2-mod-php{{ php_version.stdout }}"
|
||||
|
||||
php_fpm_config:
|
||||
upload_max_filesize: 15M
|
||||
post_max_size: "{{ upload_max_filesize }}"
|
||||
memory_limit: 256M
|
||||
max_execution_time: 300
|
||||
date.timezone: Europe/Berlin
|
||||
default_charset: UTF-8
|
||||
apc.rfc1867: 1
|
||||
display_errors: "Off"
|
||||
allow_url_fopen: "Off"
|
||||
assert.active: "Off"
|
||||
mail.add_x_header: "Off"
|
||||
session.use_strict_mode: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue