diff options
author | Valery Piashchynski <[email protected]> | 2021-01-21 13:25:36 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-01-21 13:25:36 +0300 |
commit | 7da6c78449776e1f3c6716250bca0b712a0423a4 (patch) | |
tree | f3512de66aca2bba408485a0ea2fc936c0e4fb9b /tests/plugins/http/configs | |
parent | 0ff05b2732b4fd0783f959c94c54d7e39169f979 (diff) |
Uniform all configs
Add debug server
Check nil's for all plugin intialization
Diffstat (limited to 'tests/plugins/http/configs')
-rw-r--r-- | tests/plugins/http/configs/.rr-ssl.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/plugins/http/configs/.rr-ssl.yaml b/tests/plugins/http/configs/.rr-ssl.yaml index 182ac7ef..c3e45365 100644 --- a/tests/plugins/http/configs/.rr-ssl.yaml +++ b/tests/plugins/http/configs/.rr-ssl.yaml @@ -8,7 +8,6 @@ server: relay_timeout: "20s" http: - debug: true address: :8085 max_request_size: 1024 middleware: [ "" ] @@ -26,13 +25,8 @@ http: redirect: false cert: fixtures/server.crt key: fixtures/server.key - # rootCa: root.crt fcgi: address: tcp://0.0.0.0:16920 - http2: - enabled: false - h2c: false - maxConcurrentStreams: 128 logs: mode: development level: error
\ No newline at end of file |