diff options
author | Wolfy-J <[email protected]> | 2018-06-06 12:59:38 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-06 12:59:38 +0300 |
commit | b49a888579be9dfc33069d168083c54fb354e24c (patch) | |
tree | 877c0e4397135f83f4794bc72e4adcaf43cc3c24 /cmd/rr/.rr.yaml | |
parent | aefb8c50d2c691cac113d9ccbbfbcbd30635ee6a (diff) |
more tests
Diffstat (limited to 'cmd/rr/.rr.yaml')
-rw-r--r-- | cmd/rr/.rr.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index 6e3b689b..5ccf73e9 100644 --- a/cmd/rr/.rr.yaml +++ b/cmd/rr/.rr.yaml @@ -42,6 +42,10 @@ http: # php worker command. command: "php /Users/wolfy-j/Projects/phpapp/webroot/index.php rr pipes --no-ansi" + user: "wolfy-j" + + group: "wolfy-j" + # connection method (pipes, tcp://:9000, unix://socket.unix). relay: "pipes" |