diff options
author | Wolfy-J <[email protected]> | 2018-06-11 11:20:03 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 11:20:03 +0300 |
commit | 6efaa0aa951240c2bb643761f103ee3f0fafb4d9 (patch) | |
tree | 962a39dede696c3e8d9f6cb6f6fdac88c6ef03d5 /cmd/rr/.rr.yaml | |
parent | 7cc6d00a1c350eb3147ede00802d312d4be94dee (diff) |
moving stuff around
Diffstat (limited to 'cmd/rr/.rr.yaml')
-rw-r--r-- | cmd/rr/.rr.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/rr/.rr.yaml b/cmd/rr/.rr.yaml index 29888f69..fd54d03e 100644 --- a/cmd/rr/.rr.yaml +++ b/cmd/rr/.rr.yaml @@ -12,7 +12,7 @@ http: enable: true # http host to listen. - address: 0.0.0.0:8080 + address: :8081 # max POST request size, including file uploads. (default: 1GB) maxRequest: 1073741824 @@ -25,7 +25,7 @@ http: # http worker pool configuration. workers: # 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" @@ -33,7 +33,7 @@ http: # worker pool configuration. pool: # number of workers to be serving. - numWorkers: 16 + numWorkers: 4 # maximum jobs per worker, 0 - unlimited. maxJobs: 0 @@ -50,7 +50,7 @@ static: enable: true # root directory for static file (http would not serve .php and .htaccess files). - dir: "c:/GoProj/phpapp/webroot" + dir: "/Users/wolfy-j/Projects/phpapp/webroot" # list of extensions for forbid for serving. forbid: [".php", ".htaccess"]
\ No newline at end of file |