0
0
mirror of https://github.com/anthonyaxenov/iptv.git synced 2024-11-22 21:44:57 +00:00
iptv/docker/php/prod.php.ini

16 lines
316 B
INI
Raw Normal View History

[PHP]
error_reporting = E_ALL
expose_php = Off
file_uploads = Off
; upload_max_filesize=10M
; post_max_size=10M
[opcache]
opcache.enable = 1
opcache.enable_cli = 1
opcache.memory_consumption = 128
opcache.max_accelerated_files = 30000
opcache.revalidate_freq = 0
opcache.jit_buffer_size = 64M
opcache.jit = tracing