diff options
Diffstat (limited to 'tests/plugins/http/configs/.rr-http-static.yaml')
-rw-r--r-- | tests/plugins/http/configs/.rr-http-static.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/plugins/http/configs/.rr-http-static.yaml b/tests/plugins/http/configs/.rr-http-static.yaml index 9351f020..bbec13f9 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 ../../psr-worker-bench.php" + command: "php ../../http/client.php pid pipes" user: "" group: "" env: @@ -19,12 +19,14 @@ http: pattern: "/tests/" forbid: [ "" ] allow: [ ".txt", ".php" ] + calculate_etag: true + weak: false request: "input": "custom-header" response: "output": "output-header" pool: - num_workers: 12 + num_workers: 2 max_jobs: 0 allocate_timeout: 60s destroy_timeout: 60s |