diff options
author | Wolfy-J <[email protected]> | 2018-06-04 16:44:37 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-04 16:44:37 +0300 |
commit | 3c86132f90ef6473b4073a8b1500d01b6114fc30 (patch) | |
tree | 7e5b497c56b53f95df7085203554a5d33ec80afc /cmd/rr/.rr.yaml | |
parent | e2996bcb8ef7409db7cfd54cb378dd260002e00f (diff) |
psr7 client
Diffstat (limited to 'cmd/rr/.rr.yaml')
-rw-r--r-- | cmd/rr/.rr.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index aaabe7c2..2717e187 100644 --- a/cmd/rr/.rr.yaml +++ b/cmd/rr/.rr.yaml @@ -23,7 +23,7 @@ http: serve: true # root directory for static file (http would not serve .php and .htacess files). - root: "c:/goproj/phpapp/webroot" + root: "/Users/wolfy-j/Projects/phpapp/webroot" # file upload configuration. uploads: @@ -37,7 +37,7 @@ http: # http worker pool configuration. pool: # php worker command. - command: "php c:/goproj/phpapp/webroot/index.php rr pipes --no-ansi" + command: "php /Users/wolfy-j/Projects/phpapp/webroot/index.php rr pipes --no-ansi" # connection method (pipes, tcp://:9000, unix://socket.unix). relay: "pipes" @@ -46,7 +46,7 @@ http: number: 1 # maximum jobs per worker, 0 - unlimited. - maxJobs: 1 + maxJobs: 0 # worker allocation timeouts. timeouts: |