Files

18 lines
611 B
Plaintext

[global]
daemonize = no
[www]
listen = 9000
; Unix user/group of the child processes. This can be used only if the master
; process running user is root. It is set after the child process is created.
; The user and group can be specified either by their name or by their numeric
; IDs.
; Note: If the user is root, the executable needs to be started with
; --allow-to-run-as-root option to work.
; Default Values: The user is set to master process running user by default.
; If the group is not set, the user's group is used.
;user = www-data
;group = www-data
user = root
group = root