23 lines
452 B
INI
23 lines
452 B
INI
[PHP]
|
|
expose_php = Off
|
|
display_errors = Off
|
|
display_startup_errors = Off
|
|
log_errors = On
|
|
memory_limit = 256M
|
|
max_execution_time = 60
|
|
post_max_size = 100M
|
|
upload_max_filesize = 100M
|
|
variables_order = EGPCS
|
|
|
|
[Date]
|
|
date.timezone = UTC
|
|
|
|
[opcache]
|
|
opcache.enable = 1
|
|
opcache.enable_cli = 0
|
|
opcache.memory_consumption = 128
|
|
opcache.interned_strings_buffer = 16
|
|
opcache.max_accelerated_files = 20000
|
|
opcache.validate_timestamps = 0
|
|
opcache.save_comments = 1
|