From 01ec0cb0c25ff32f7ba4fc1feb8653c11a5f9257 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 20 Jun 2023 21:22:21 +0200 Subject: [PATCH 1/2] mastercontainer - disable http3 Signed-off-by: Simon L --- Containers/mastercontainer/Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Containers/mastercontainer/Caddyfile b/Containers/mastercontainer/Caddyfile index 02291694..fd816aa1 100644 --- a/Containers/mastercontainer/Caddyfile +++ b/Containers/mastercontainer/Caddyfile @@ -10,6 +10,10 @@ log { level ERROR } + + servers { + protocols h1 h2 + } } http://:80 { From cff1e5a070bce3ab2be1fa014fcf911a83464392 Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 20 Jun 2023 22:19:33 +0200 Subject: [PATCH 2/2] address review Signed-off-by: Simon L Co-authored-by: Zoey Signed-off-by: Simon L. --- Containers/mastercontainer/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/mastercontainer/Caddyfile b/Containers/mastercontainer/Caddyfile index fd816aa1..64b1e8f4 100644 --- a/Containers/mastercontainer/Caddyfile +++ b/Containers/mastercontainer/Caddyfile @@ -12,7 +12,7 @@ } servers { - protocols h1 h2 + protocols h1 h2 h2c } }