diff options
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ http: # connection method (pipes, tcp://:9000, unix://socket.unix). default "pipes" relay: "pipes" + # user under which process will be started + user: "" + # worker pool configuration. pool: # number of workers to be serving. |