nginx and php-fpm plugins

This commit is contained in:
mikka 2012-09-02 15:43:20 +02:00
commit 3ef82a908a
5 changed files with 335 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[{user}]
user = {user}
group = {group}
listen = 127.0.0.1:{pool_port}
pm = dynamic
pm.max_children = 10
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.max_requests = 100