mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
Initial commit
This commit is contained in:
15
.docker/php/docker-php.ini
Normal file
15
.docker/php/docker-php.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
[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"
|
Reference in New Issue
Block a user