summaryrefslogtreecommitdiff
path: root/.docker/php/conf.d/local.ini
blob: 12d22cc687cdcce1bc2e9d5924c5a71e863308b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
expose_php = Off
error_reporting = E_ALL
display_errors = Off
log_errors = On
error_log = syslog
date.timezone = UTC
allow_url_fopen = On
post_max_size = 30M
upload_max_filesize = 30M
opcache.max_accelerated_files = 7963
opcache.validate_timestamps = Off
opcache.save_comments = 0
opcache.load_comments = 0
opcache.fast_shutdown = 1
opcache.enable_file_override = On