25 lines
456 B
INI
25 lines
456 B
INI
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
|
|
session.save_path = "tcp://redis:6379"
|
|
|
|
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
|