web/config/php/fpm/standardebooks.test.ini
2025-02-26 14:28:01 -06: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"