tamerelol
This commit is contained in:
11
roles/php/templates/www.conf.j2
Normal file
11
roles/php/templates/www.conf.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
[www]
|
||||
user = www-data
|
||||
group = www-data
|
||||
listen = /run/php/php{{ php_version }}-fpm.sock
|
||||
listen.owner = www-data
|
||||
listen.group = www-data
|
||||
pm = dynamic
|
||||
pm.max_children = 100
|
||||
pm.start_servers = 10
|
||||
pm.min_spare_servers = 10
|
||||
pm.max_spare_servers = 30
|
Reference in New Issue
Block a user