2020-11-23 08:55:58 +02:00
|
|
|
expose_php=Off
|
2021-11-04 17:17:11 +02:00
|
|
|
date.timezone={{ TZ }}
|
2018-12-07 13:37:40 +02:00
|
|
|
upload_max_filesize = {{ MAX_FILESIZE }}M
|
|
|
|
post_max_size = {{ MAX_FILESIZE }}M
|
2022-11-10 17:51:22 +02:00
|
|
|
session.auto_start=Off
|
|
|
|
mbstring.func_overload=Off
|
|
|
|
file_uploads=On
|
2022-11-13 15:07:40 +02:00
|
|
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
|
2022-11-12 15:50:30 +02:00
|
|
|
display_errors=Off
|
|
|
|
log_errors=On
|
|
|
|
zlib.output_compression=Off
|
2022-11-13 15:07:40 +02:00
|
|
|
access.log = /dev/fd/2
|
|
|
|
error_log = /dev/fd/2
|
2022-11-18 14:25:02 +02:00
|
|
|
module=snuffleupagus.so
|
|
|
|
sp.configuration_file=/etc/snuffleupagus.rules
|