Enable configuration via variables

This commit is contained in:
phil 2023-10-16 12:50:11 +02:00
parent 61299bb763
commit 90de9d5861
6 changed files with 39 additions and 71 deletions

View file

@ -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