diff options
author | Valery Piashchynski <[email protected]> | 2021-06-03 19:39:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-03 19:39:37 +0300 |
commit | 3b06949c7e9a1fc5b2aec7529a97320a6f398535 (patch) | |
tree | 606fc636933e686762354aadde7ee171aa861094 /tests/plugins/http/configs/.rr-http-static.yaml | |
parent | 9c01e7ab1548e1416598b702d63866fa6dc5707b (diff) |
- Use fcgi in the applyMiddlewares for the fcgi, not https
- Add tests
Diffstat (limited to 'tests/plugins/http/configs/.rr-http-static.yaml')
-rw-r--r-- | tests/plugins/http/configs/.rr-http-static.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/plugins/http/configs/.rr-http-static.yaml b/tests/plugins/http/configs/.rr-http-static.yaml index e2e3af2a..30bb5b1e 100644 --- a/tests/plugins/http/configs/.rr-http-static.yaml +++ b/tests/plugins/http/configs/.rr-http-static.yaml @@ -1,9 +1,5 @@ server: command: "php ../../http/client.php pid pipes" - user: "" - group: "" - env: - "RR_HTTP": "true" relay: "pipes" relay_timeout: "20s" |