mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
fixes for php-fpm on debian 9
This commit is contained in:
parent
9d7d9f34f7
commit
5b834dc8c1
2 changed files with 24 additions and 7 deletions
11
install/debian/9/php-fpm/www.conf
Normal file
11
install/debian/9/php-fpm/www.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
[www]
|
||||
listen = 127.0.0.1:9000
|
||||
listen.allowed_clients = 127.0.0.1
|
||||
|
||||
user = www-data
|
||||
group = www-data
|
||||
|
||||
pm = ondemand
|
||||
pm.max_children = 2
|
||||
pm.max_requests = 4000
|
||||
pm.process_idle_timeout = 10s
|
Loading…
Add table
Add a link
Reference in a new issue