|
|
@ -3,6 +3,11 @@
|
|
|
|
; pool name ('rainloop' here)
|
|
|
|
; pool name ('rainloop' here)
|
|
|
|
[rainloop]
|
|
|
|
[rainloop]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
; Redirect worker stdout and stderr into main error log. If not set, stdout and
|
|
|
|
|
|
|
|
; stderr will be redirected to /dev/null according to FastCGI specs.
|
|
|
|
|
|
|
|
; Default value: no.
|
|
|
|
|
|
|
|
catch_workers_output = 1
|
|
|
|
|
|
|
|
|
|
|
|
; Unix user/group of processes
|
|
|
|
; Unix user/group of processes
|
|
|
|
; Note: The user is mandatory. If the group is not set, the default user's group
|
|
|
|
; Note: The user is mandatory. If the group is not set, the default user's group
|
|
|
|
; will be used.
|
|
|
|
; will be used.
|
|
|
|