mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Yakkety Yak configs
This commit is contained in:
parent
fa4b66f8c7
commit
8969cad0c8
128 changed files with 6699 additions and 0 deletions
13
install/ubuntu/16.10/templates/web/php-fpm/no-php.tpl
Normal file
13
install/ubuntu/16.10/templates/web/php-fpm/no-php.tpl
Normal file
|
@ -0,0 +1,13 @@
|
|||
;[%backend%]
|
||||
;user = %user%
|
||||
;group = %user%
|
||||
;listen = /dev/null
|
||||
|
||||
;listen.owner = %user%
|
||||
;listen.group = nginx
|
||||
|
||||
;pm = dynamic
|
||||
;pm.max_children = 50
|
||||
;pm.start_servers = 3
|
||||
;pm.min_spare_servers = 2
|
||||
;pm.max_spare_servers = 10
|
Loading…
Add table
Add a link
Reference in a new issue