summaryrefslogtreecommitdiff
path: root/tests/plugins/http/configs/.rr-http-static.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-04-28 14:10:27 +0300
committerValery Piashchynski <[email protected]>2021-04-28 14:10:27 +0300
commit30c25f17fa7d6386e33a4894c812f7ca5db990ad (patch)
tree03f53535addf71a81eca4b9a1d3ba29d4ebf4984 /tests/plugins/http/configs/.rr-http-static.yaml
parent4cb2247f909d02c922edb6f8e3d3741cc5a2c077 (diff)
- Fix middleware order
- Update tests - Move worker handler into a separate folder with separate package name Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/plugins/http/configs/.rr-http-static.yaml')
-rw-r--r--tests/plugins/http/configs/.rr-http-static.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/plugins/http/configs/.rr-http-static.yaml b/tests/plugins/http/configs/.rr-http-static.yaml
index 9bb2abc0..9351f020 100644
--- a/tests/plugins/http/configs/.rr-http-static.yaml
+++ b/tests/plugins/http/configs/.rr-http-static.yaml
@@ -1,5 +1,5 @@
server:
- command: "php ../../http/client.php pid pipes"
+ command: "php ../../psr-worker-bench.php"
user: ""
group: ""
env:
@@ -24,7 +24,7 @@ http:
response:
"output": "output-header"
pool:
- num_workers: 2
+ num_workers: 12
max_jobs: 0
allocate_timeout: 60s
destroy_timeout: 60s