web/config/php/fpm/standardebooks.test.ini
2024-05-14 15:47:29 -05:00

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"