mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
24 lines
351 B
Plaintext
24 lines
351 B
Plaintext
[global]
|
|
daemonize = no
|
|
process.max = 128
|
|
|
|
[www]
|
|
listen = 0.0.0.0:9000
|
|
;listen = /sock/php-fpm.sock
|
|
|
|
user = app
|
|
group = app
|
|
pm = dynamic
|
|
pm.max_children = 9
|
|
pm.start_servers = 3
|
|
pm.min_spare_servers = 2
|
|
pm.max_spare_servers = 4
|
|
pm.max_requests = 1000
|
|
|
|
request_terminate_timeout=$REQUEST_TERMINATE_TIMEOUT
|
|
|
|
pm.status_path = /status
|
|
ping.path = /ping
|
|
|
|
|