mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-02 11:56:19 +01:00
16 lines
234 B
Plaintext
16 lines
234 B
Plaintext
[www]
|
|
user = root
|
|
group = root
|
|
|
|
listen = 127.0.0.1:9000
|
|
|
|
pm = dynamic
|
|
pm.max_children = 5
|
|
pm.start_servers = 2
|
|
pm.min_spare_servers = 1
|
|
pm.max_spare_servers = 3
|
|
pm.status_path = /fpm_status
|
|
|
|
ping.path = /fpm_ping
|
|
ping.response = pong
|