initial files
This commit is contained in:
7
php-fpm/fpm.pool.d/www.conf
Normal file
7
php-fpm/fpm.pool.d/www.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
[www]
|
||||
listen = /tmp/php-fpm.sock
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
Reference in New Issue
Block a user