diff options
Diffstat (limited to 'plugins/http/tests/configs/.rr-http.yaml')
-rw-r--r-- | plugins/http/tests/configs/.rr-http.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/http/tests/configs/.rr-http.yaml b/plugins/http/tests/configs/.rr-http.yaml index 3c2ec5a9..c989df24 100644 --- a/plugins/http/tests/configs/.rr-http.yaml +++ b/plugins/http/tests/configs/.rr-http.yaml @@ -1,3 +1,7 @@ +rpc: + listen: tcp://127.0.0.1:6001 + disabled: false + server: command: "php psr-worker.php" user: "" @@ -10,7 +14,7 @@ server: http: debug: true address: 127.0.0.1:8084 - maxRequestSize: 200 + maxRequestSize: 1024 middleware: [ "" ] uploads: forbid: [ ".php", ".exe", ".bat" ] @@ -23,7 +27,7 @@ http: ssl: port: 8892 - redirect: true + redirect: false cert: fixtures/server.crt key: fixtures/server.key # rootCa: root.crt |