mirror of
https://github.com/wallabag/docker.git
synced 2026-02-08 19:07:32 +01:00
17
config/wallabag-php.ini
Normal file
17
config/wallabag-php.ini
Normal file
@ -0,0 +1,17 @@
|
||||
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
|
||||
Reference in New Issue
Block a user