This commit is contained in:
isohuntto 2014-12-19 17:55:57 +03:00
parent 854c5b6e7e
commit 0c03d2498b
3400 changed files with 853482 additions and 0 deletions

View file

@ -0,0 +1,20 @@
[global]
pid = run/php-fpm.pid
events.mechanism = epoll
emergency_restart_interval = 1h
error_log = log/php-fpm.log
[main]
listen = /tmp/php-fpm.sock
user = nobody
group = nobody
pm = dynamic
pm.max_children = 100
pm.start_servers = 20
pm.min_spare_servers = 10
pm.max_spare_servers = 25
pm.max_requests = 200
pm.status_path = /status