puppet-openstackid/files/www.conf

34 lines
861 B
Plaintext

[www]
user = www-data
group = www-data
listen = 127.0.0.1:9000
listen.owner = www-data
listen.group = www-data
pm = dynamic
# the maximum number of children that can be alive at the same time.
pm.max_children = 800
# the number of children created on startup.
# pm.start_servers = min_spare_servers + (max_spare_servers - min_spare_servers) / 2
pm.start_servers = 300
# the minimum number of children in 'idle'
# state (waiting to process). If the number
# of 'idle' processes is less than this
# number then some children will be created.
pm.min_spare_servers = 256
# the maximum number of children in 'idle'
# state (waiting to process). If the number
# of 'idle' processes is greater than this
# number then some children will be killed.
pm.max_spare_servers = 600
pm.max_requests = 5000
listen.backlog = -1
request_terminate_timeout = 300s
chdir = /