mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
20 lines
350 B
INI
20 lines
350 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
|
|
|
|
[app]
|
|
app.site_status = "dev"
|