Sources
This commit is contained in:
parent
854c5b6e7e
commit
0c03d2498b
3400 changed files with 853482 additions and 0 deletions
20
conf/example-php5-fpm.conf
Normal file
20
conf/example-php5-fpm.conf
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue