2018-06-10 14:13:09 +00:00
|
|
|
date.timezone = UTC
|
|
|
|
|
memory_limit = -1
|
|
|
|
|
|
|
|
|
|
disable_functions =
|
|
|
|
|
|
|
|
|
|
max_execution_time = 0
|
|
|
|
|
max_input_time = 0
|
|
|
|
|
|
|
|
|
|
post_max_size = 64M
|
|
|
|
|
upload_max_filesize = 64M
|
|
|
|
|
|
|
|
|
|
expose_php=0
|
|
|
|
|
|
|
|
|
|
session.save_handler = redis
|
2021-02-25 12:52:22 +00:00
|
|
|
session.save_path = "tcp://cache:6379?database=1"
|
2018-06-10 14:13:09 +00:00
|
|
|
|
|
|
|
|
opcache.enable=1
|
|
|
|
|
opcache.enable_cli=1
|
|
|
|
|
opcache.interned_strings_buffer=8
|
|
|
|
|
opcache.max_accelerated_files=10000
|
|
|
|
|
opcache.memory_consumption=256
|
|
|
|
|
opcache.interned_string_buffer=16
|
|
|
|
|
opcache.save_comments=1
|
|
|
|
|
opcache.revalidate_freq=1
|