mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 05:14:08 -07:00
php5-fpm config for debian 7
This commit is contained in:
parent
0dd88f9244
commit
26146998a6
1 changed files with 10 additions and 0 deletions
10
install/debian/7/php5-fpm/www.conf
Normal file
10
install/debian/7/php5-fpm/www.conf
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[www]
|
||||||
|
listen = 127.0.0.1:9000
|
||||||
|
listen.allowed_clients = 127.0.0.1
|
||||||
|
user = www-data
|
||||||
|
group = www-data
|
||||||
|
pm = dynamic
|
||||||
|
pm.max_children = 50
|
||||||
|
pm.start_servers = 5
|
||||||
|
pm.min_spare_servers = 3
|
||||||
|
pm.max_spare_servers = 35
|
Loading…
Add table
Add a link
Reference in a new issue