From be4aadb5384fd8b97c927f3ef48383dc5b23b345 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 24 Nov 2020 15:52:15 +0300 Subject: md5 -> sha512 h2c tests fcgi tests plugin tests updated --- plugins/http/tests/configs/.rr-h2c.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/http/tests/configs/.rr-h2c.yaml') diff --git a/plugins/http/tests/configs/.rr-h2c.yaml b/plugins/http/tests/configs/.rr-h2c.yaml index cdfdd969..316daea9 100644 --- a/plugins/http/tests/configs/.rr-h2c.yaml +++ b/plugins/http/tests/configs/.rr-h2c.yaml @@ -9,7 +9,7 @@ server: http: debug: true - address: :8080 + address: :8083 maxRequestSize: 1024 middleware: [ "" ] uploads: @@ -22,7 +22,7 @@ http: destroyTimeout: 60s ssl: - port: 8888 + port: 8891 redirect: false cert: fixtures/server.crt key: fixtures/server.key @@ -30,6 +30,6 @@ http: fcgi: address: tcp://0.0.0.0:6920 http2: - enabled: false - h2c: false + enabled: true + h2c: true maxConcurrentStreams: 128 \ No newline at end of file -- cgit v1.2.3