first commit
This commit is contained in:
9
_docker/php-fpm/opcache.ini
Normal file
9
_docker/php-fpm/opcache.ini
Normal file
@@ -0,0 +1,9 @@
|
||||
[opcache]
|
||||
opcache.enable=1
|
||||
opcache.revalidate_freq=0
|
||||
opcache.validate_timestamps=0
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.memory_consumption=192
|
||||
opcache.max_wasted_percentage=10
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.fast_shutdown=1
|
||||
0
_docker/php-fpm/php.ini
Normal file
0
_docker/php-fpm/php.ini
Normal file
15
_docker/php-fpm/www.conf
Normal file
15
_docker/php-fpm/www.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
[global]
|
||||
daemonize=no
|
||||
|
||||
[www]
|
||||
user=www-data
|
||||
group=www-data
|
||||
|
||||
listen=127.0.0.1:9000
|
||||
|
||||
pm=dynamic
|
||||
pm.max_children=40
|
||||
pm.start_servers=2
|
||||
pm.min_spare_servers=2
|
||||
pm.max_spare_servers=4
|
||||
pm.max_requests=500
|
||||
Reference in New Issue
Block a user