mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-02-05 01:23:11 -08:00
11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
[www]
|
|
listen = 127.0.0.1:9000
|
|
listen.allowed_clients = 127.0.0.1
|
|
user = apache
|
|
group = apache
|
|
pm = dynamic
|
|
pm.max_children = 50
|
|
pm.start_servers = 5
|
|
pm.min_spare_servers = 3
|
|
pm.max_spare_servers = 35
|