mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
nginx and php-fpm plugins
This commit is contained in:
parent
921d2f49ef
commit
3ef82a908a
5 changed files with 335 additions and 0 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue