From 3c86132f90ef6473b4073a8b1500d01b6114fc30 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Mon, 4 Jun 2018 16:44:37 +0300 Subject: psr7 client --- cmd/rr/.rr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd/rr/.rr.yaml') 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: -- cgit v1.2.3