You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|