mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-17 21:59:51 +00:00
nginx and php-fpm plugins
This commit is contained in:
11
plugins/php-fpm/templates/pool
Normal file
11
plugins/php-fpm/templates/pool
Normal 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
|
||||
Reference in New Issue
Block a user