moved php-fpm plugin to a separate branch

This commit is contained in:
mikka 2013-01-03 07:16:59 +01:00
commit 57b022f4b5
2 changed files with 86 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[{user}]
user = {user}
group = {group}
listen = /var/run/php-fpm/{user}.socket
pm = dynamic
pm.max_children = 10
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.max_requests = 100