summaryrefslogtreecommitdiff
path: root/plugins/http/tests/configs/.rr-h2c.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-24 15:52:15 +0300
committerValery Piashchynski <[email protected]>2020-11-24 15:52:15 +0300
commitbe4aadb5384fd8b97c927f3ef48383dc5b23b345 (patch)
tree0cf046f503ad916af03f7424e7ae0975943da04a /plugins/http/tests/configs/.rr-h2c.yaml
parentbc0be9c17220220ae9b40b65e874701edaecd8ce (diff)
md5 -> sha512
h2c tests fcgi tests plugin tests updated
Diffstat (limited to 'plugins/http/tests/configs/.rr-h2c.yaml')
-rw-r--r--plugins/http/tests/configs/.rr-h2c.yaml8
1 files changed, 4 insertions, 4 deletions
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