19 lines
434 B
INI
19 lines
434 B
INI
error_log = /proc/self/fd/2
|
|
memory_limit = 256M
|
|
post_max_size = 256M
|
|
upload_max_filesize = 256M
|
|
max_file_uploads = 20
|
|
max_execution_time = 30
|
|
allow_url_fopen = Off
|
|
display_errors = On
|
|
date.timezone = "Europe/Prague"
|
|
catch_workers_output = On
|
|
|
|
opcache.memory_consumption=128
|
|
opcache.interned_strings_buffer=8
|
|
opcache.max_accelerated_files=4000
|
|
opcache.revalidate_freq=60
|
|
opcache.fast_shutdown=1
|
|
opcache.enable_cli=1
|
|
opcache.enable = 1
|