21 lines
421 B
Django/Jinja
21 lines
421 B
Django/Jinja
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
|