mirror of
https://github.com/BastilleBSD/templates.git
synced 2026-01-04 03:44:11 +01:00
13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
[www]
|
|
user = nobody
|
|
group = nobody
|
|
listen = /var/run/php-fpm.sock
|
|
listen.owner = nobody
|
|
listen.group = nobody
|
|
|
|
pm = dynamic
|
|
pm.max_children = 5
|
|
pm.start_servers = 2
|
|
pm.min_spare_servers = 1
|
|
pm.max_spare_servers = 3
|