mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-16 02:27:03 +01:00
moved php-fpm plugin to a separate branch
This commit is contained in:
parent
c5d575ccae
commit
57b022f4b5
2 changed files with 86 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 = /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
|
||||
Loading…
Add table
Add a link
Reference in a new issue