diff options
author | Valery Piashchynski <[email protected]> | 2020-11-26 12:13:53 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-26 12:13:53 +0300 |
commit | 073683ebe27131cf8371decdfe309264b8ea2ad6 (patch) | |
tree | 4d5d7c114dbd1bda9a5b68f0fd1ee32b74de8906 /plugins/http/tests/configs/.rr-resetter.yaml | |
parent | b6ade6e91e58f14c874c450201b821a048d4950d (diff) |
Truncate stderr before write, http_reset test config update
Diffstat (limited to 'plugins/http/tests/configs/.rr-resetter.yaml')
-rw-r--r-- | plugins/http/tests/configs/.rr-resetter.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/http/tests/configs/.rr-resetter.yaml b/plugins/http/tests/configs/.rr-resetter.yaml new file mode 100644 index 00000000..a08bb83f --- /dev/null +++ b/plugins/http/tests/configs/.rr-resetter.yaml @@ -0,0 +1,28 @@ +rpc: + listen: tcp://127.0.0.1:6001 + disabled: false + +server: + command: "php ../../../tests/http/client.php echo pipes" + user: "" + group: "" + env: + "RR_HTTP": "true" + relay: "pipes" + relayTimeout: "20s" + +http: + debug: true + address: 127.0.0.1:8084 + maxRequestSize: 1024 + middleware: [ "" ] + uploads: + forbid: [ ".php", ".exe", ".bat" ] + trustedSubnets: [ "10.0.0.0/8", "127.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "::1/128", "fc00::/7", "fe80::/10" ] + pool: + numWorkers: 4 + maxJobs: 0 + allocateTimeout: 60s + destroyTimeout: 60s + + |