7 lines
197 B
Text
7 lines
197 B
Text
; Start a new pool named 'www'.
|
|
; the variable $pool can be used in any directive and will be replaced by the
|
|
; pool name ('www' here)
|
|
[www]
|
|
listen = 127.0.0.1:9001
|
|
pm = static
|
|
pm.max_children = 1
|