26 lines
486 B
INI
26 lines
486 B
INI
error_log = "/var/log/local/php-error.log"
|
|
display_errors = Off
|
|
display_startup_errors = Off
|
|
html_errors = Off
|
|
log_errors = On
|
|
short_open_tag = On
|
|
error_reporting = E_ALL
|
|
max_execution_time = 120
|
|
allow_url_fopen = false
|
|
allow_url_include = false
|
|
expose_php = Off
|
|
|
|
post_max_size = 10M
|
|
upload_max_filesize = 6M
|
|
|
|
include_path = /srv/app.sixfold.org/lib
|
|
auto_prepend_file = config.php
|
|
|
|
[session]
|
|
session.use_strict_mode = Off
|
|
|
|
[Date]
|
|
date.timezone = Etc/UTC
|
|
|
|
[app]
|
|
app.site_status = "live"
|