mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
New vesta installer
This commit is contained in:
parent
dce52823fb
commit
e892898874
1545 changed files with 59733 additions and 3626 deletions
18
install/rhel/7/templates/web/php-fpm/default.tpl
Normal file
18
install/rhel/7/templates/web/php-fpm/default.tpl
Normal file
|
@ -0,0 +1,18 @@
|
|||
[%backend%]
|
||||
listen = 127.0.0.1:%backend_port%
|
||||
listen.allowed_clients = 127.0.0.1
|
||||
|
||||
user = %user%
|
||||
group = %user%
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 50
|
||||
pm.start_servers = 3
|
||||
pm.min_spare_servers = 2
|
||||
pm.max_spare_servers = 10
|
||||
|
||||
env[HOSTNAME] = $HOSTNAME
|
||||
env[PATH] = /usr/local/bin:/usr/bin:/bin
|
||||
env[TMP] = /tmp
|
||||
env[TMPDIR] = /tmp
|
||||
env[TEMP] = /tmp
|
Loading…
Add table
Add a link
Reference in a new issue