18 lines
376 B
INI
18 lines
376 B
INI
[PHP]
|
|
display_errors = Off
|
|
log_errors = On
|
|
error_log = /proc/self/fd/2
|
|
max_execution_time = 60
|
|
max_input_time = 60
|
|
memory_limit = 256M
|
|
post_max_size = 64M
|
|
upload_max_filesize = 64M
|
|
|
|
[opcache]
|
|
opcache.enable = 1
|
|
opcache.memory_consumption = 128
|
|
opcache.interned_strings_buffer = 8
|
|
opcache.max_accelerated_files = 10000
|
|
opcache.validate_timestamps = 0
|
|
opcache.save_comments = 1
|