add php
fix dnsdist url
This commit is contained in:
parent
0dcc701b6c
commit
d6e39dae83
8 changed files with 121 additions and 1 deletions
2
php/config/ini/apcu.ini
Normal file
2
php/config/ini/apcu.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[apcu]
|
||||
apc.enable_cli=1
|
||||
7
php/config/ini/opcache.ini
Normal file
7
php/config/ini/opcache.ini
Normal 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
|
||||
2
php/config/php-fpm/expose.conf
Normal file
2
php/config/php-fpm/expose.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[www]
|
||||
php_admin_value[expose_php] = Off
|
||||
2
php/config/php-fpm/memory.conf
Normal file
2
php/config/php-fpm/memory.conf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[www]
|
||||
php_admin_value[memory_limit] = 512M
|
||||
Loading…
Add table
Add a link
Reference in a new issue