mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 16:21:08 +05:30
49d612daa1
Remove supervisor usage. Cron now runs as separate service. CI for backend now performs without Docker.
15 lines
364 B
INI
15 lines
364 B
INI
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
|
display_errors = Off
|
|
display_startup_errors = Off
|
|
log_errors = On
|
|
html_errors = Off
|
|
expose_php = Off
|
|
|
|
# Opcache tuning
|
|
opcache.revalidate_freq = 0
|
|
opcache.validate_timestamps = 0
|
|
opcache.max_accelerated_files = 7963
|
|
opcache.memory_consumption = 192
|
|
opcache.interned_strings_buffer = 16
|
|
opcache.fast_shutdown = 1
|