20 lines
509 B
INI
20 lines
509 B
INI
[PHP]
|
|
memory_limit = 512M
|
|
upload_max_filesize = 100M
|
|
post_max_size = 108M
|
|
max_execution_time = 120
|
|
max_input_time = 120
|
|
expose_php = Off
|
|
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
|
|
; dev-friendly: pick up code changes on every request.
|
|
; For prod, override with validate_timestamps = 0 + a cache warm on deploy.
|
|
opcache.validate_timestamps = 1
|
|
opcache.revalidate_freq = 0
|