1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 01:36:28 +00:00
Files
docker-wallabag/config/wallabag-php.ini
Kevin Decherf 3ee10895d8 wip
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
2021-03-30 22:14:34 +02:00

18 lines
430 B
INI

memory_limit = ${PHP_MEMORY_LIMIT:-512M}
max_execution_time = ${PHP_MAX_EXECUTION_TIME:-60}
date.time = ${PHP_TIMEZONE:-Europe/Paris}
display_errors = off
session.save_handler = redis
session.save_path = "tcp://${PHP_SESSION_REDIS_HOST}:6379?database=2"
opcache.enable=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1