mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
e5ab9821f9
This seems to work in my limited testing.
16 lines
423 B
INI
16 lines
423 B
INI
expose_php=Off
|
|
date.timezone={{ TZ }}
|
|
upload_max_filesize = {{ MAX_FILESIZE }}M
|
|
post_max_size = {{ MAX_FILESIZE }}M
|
|
session.auto_start=Off
|
|
mbstring.func_overload=Off
|
|
file_uploads=On
|
|
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE
|
|
display_errors=Off
|
|
log_errors=On
|
|
zlib.output_compression=Off
|
|
access.log = /dev/fd/2
|
|
error_log = /dev/fd/2
|
|
module=snuffleupagus.so
|
|
sp.configuration_file=/etc/snuffleupagus.rules
|