From e2b2c6c31407572e610aabc51a6021a17a26cc1f Mon Sep 17 00:00:00 2001 From: Joseph Harry Date: Wed, 1 Jan 2025 16:31:18 -0600 Subject: [PATCH] :bug: fix(http2): Removed HTTP2 directives as requested Signed-off-by: Joseph Harry --- discountbandit.subdomain.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/discountbandit.subdomain.conf.sample b/discountbandit.subdomain.conf.sample index 25bf054..b2df7a6 100644 --- a/discountbandit.subdomain.conf.sample +++ b/discountbandit.subdomain.conf.sample @@ -3,8 +3,8 @@ # make sure that your dns has a cname set for discountbandit server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name discountbandit.*;