ansible-role-php/templates/php-fpm.ini
2023-02-07 17:31:59 +01:00

22 lines
421 B
INI

upload_max_filesize = 15M
post_max_size = 15M
memory_limit = 192M
max_execution_time = 300
date.timezone = Europe/Berlin
default_charset = "UTF-8"
;Upload-Fortschritt
apc.rfc1867 = 1
{% if inventory_hostname == "wwwusers.sao" %}
error_log = /var/log/php.log
{% endif %}
display_errors = Off
;Empfohlene Einstellungen (pcc)
allow_url_fopen = Off
assert.active = Off
mail.add_x_header = Off
session.use_strict_mode = 1