fix dnsdist url
This commit is contained in:
Yann Verry 2021-05-06 21:03:56 +02:00
parent 0dcc701b6c
commit d6e39dae83
Signed by: yann
GPG key ID: 19754E8692B8416C
8 changed files with 121 additions and 1 deletions

2
php/config/ini/apcu.ini Normal file
View file

@ -0,0 +1,2 @@
[apcu]
apc.enable_cli=1

View file

@ -0,0 +1,7 @@
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1