mirror of
https://github.com/rekryt/iplist.git
synced 2025-08-05 02:34:35 +02:00
15 lines
375 B
INI
15 lines
375 B
INI
[php]
|
|
display_errors = On
|
|
memory_limit = 2048M
|
|
default_socket_timeout = 120
|
|
upload_max_filesize = 20M
|
|
post_max_size = 20M
|
|
|
|
[opcache]
|
|
opcache.revalidate_freq = 0
|
|
opcache.validate_timestamps = 1
|
|
opcache.max_accelerated_files = 100000
|
|
opcache.memory_consumption = 512
|
|
opcache.interned_strings_buffer = 64
|
|
opcache.fast_shutdown = 1
|
|
opcache.error_log = "/var/log/php/opcache.log"
|