mirror of
https://github.com/daledavies/jump.git
synced 2026-01-09 17:02:08 +01:00
17 lines
288 B
Plaintext
17 lines
288 B
Plaintext
[global]
|
|
error_log = /dev/stderr
|
|
|
|
[www]
|
|
user = jumpapp
|
|
listen = /run/php-fpm.sock
|
|
listen.owner = jumpapp
|
|
|
|
pm = ondemand
|
|
pm.max_children = 100
|
|
pm.process_idle_timeout = 10s
|
|
pm.max_requests = 1000
|
|
|
|
clear_env = no
|
|
catch_workers_output = yes
|
|
decorate_workers_output = no
|
|
ping.path = /fpm-ping |