mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 13:54:26 -07:00
new installer for ubuntu
This commit is contained in:
parent
b8684ef5ad
commit
b54b96228a
322 changed files with 44 additions and 12 deletions
13
install/ubuntu/14.04/templates/web/php-fpm/no-php.tpl
Normal file
13
install/ubuntu/14.04/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