fixes for php-fpm on debian 9

This commit is contained in:
Serghey Rodin 2017-12-31 11:45:21 +02:00
commit 5b834dc8c1
2 changed files with 24 additions and 7 deletions

View 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