2018-11-05 07:11:19 +08:00
|
|
|
; Change the user and group of the default pool to the web server account
|
2016-11-16 08:34:25 +08:00
|
|
|
[www]
|
|
|
|
|
|
|
|
user = @WEB_USER@
|
|
|
|
group = @WEB_GROUP@
|
2016-11-18 09:48:35 +08:00
|
|
|
|
2018-11-05 07:11:19 +08:00
|
|
|
; These parameters are typically a tradoff between performance and memory
|
|
|
|
; consumption. See the contents of www.conf for details.
|
|
|
|
|
|
|
|
pm = ondemand
|
|
|
|
pm.max_children = 50
|
|
|
|
pm.process_idle_timeout = 10s
|