forum/docker/php/conf.d/symfony.prod.ini

16 lines
425 B
INI
Raw Normal View History

2017-04-22 20:29:25 +02:00
apc.enable_cli = 1
date.timezone = UTC
session.auto_start = Off
short_open_tag = Off
2021-03-18 17:06:21 +01:00
expose_php = Off
2017-04-22 20:29:25 +02:00
2020-10-14 22:14:41 +02:00
# https://symfony.com/doc/current/performance.html
2018-06-25 10:09:10 +02:00
opcache.interned_strings_buffer = 16
2017-04-22 20:29:25 +02:00
opcache.max_accelerated_files = 20000
2018-06-25 10:09:10 +02:00
opcache.memory_consumption = 256
2020-10-14 22:14:41 +02:00
opcache.validate_timestamps = 0
2017-04-22 20:29:25 +02:00
realpath_cache_size = 4096K
realpath_cache_ttl = 600
opcache.preload_user = www-data
opcache.preload = /srv/app/config/preload.php