diff options
author | Valery Piashchynski <[email protected]> | 2020-11-24 15:52:15 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-24 15:52:15 +0300 |
commit | be4aadb5384fd8b97c927f3ef48383dc5b23b345 (patch) | |
tree | 0cf046f503ad916af03f7424e7ae0975943da04a /plugins/http/tests/configs/.rr-ssl.yaml | |
parent | bc0be9c17220220ae9b40b65e874701edaecd8ce (diff) |
md5 -> sha512
h2c tests
fcgi tests
plugin tests updated
Diffstat (limited to 'plugins/http/tests/configs/.rr-ssl.yaml')
-rw-r--r-- | plugins/http/tests/configs/.rr-ssl.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/http/tests/configs/.rr-ssl.yaml b/plugins/http/tests/configs/.rr-ssl.yaml index cdfdd969..127c1678 100644 --- a/plugins/http/tests/configs/.rr-ssl.yaml +++ b/plugins/http/tests/configs/.rr-ssl.yaml @@ -9,7 +9,7 @@ server: http: debug: true - address: :8080 + address: :8085 maxRequestSize: 1024 middleware: [ "" ] uploads: @@ -22,7 +22,7 @@ http: destroyTimeout: 60s ssl: - port: 8888 + port: 8893 redirect: false cert: fixtures/server.crt key: fixtures/server.key |