mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
20 lines
348 B
INI
20 lines
348 B
INI
error_log = "/var/log/local/php-error.log"
|
|
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 = 96M
|
|
upload_max_filesize = 96M
|
|
|
|
[Date]
|
|
date.timezone = Etc/UTC
|
|
|
|
[opcache]
|
|
opcache.validate_timestamps = Off
|
|
|
|
[se]
|
|
se.site_status = "dev"
|