From e5360261b21629221c7b9d0d87d9eb0683b4ef1a Mon Sep 17 00:00:00 2001 From: Sander Date: Sat, 27 Jul 2024 11:42:26 +0200 Subject: [PATCH] Remove `http2` from dashboard config Similar to linuxserver/reverse-proxy-confs#681 Signed-off-by: Sander --- root/dashboard/dashboard.subdomain.conf.sample | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/root/dashboard/dashboard.subdomain.conf.sample b/root/dashboard/dashboard.subdomain.conf.sample index 8c4a416..45e4ce0 100644 --- a/root/dashboard/dashboard.subdomain.conf.sample +++ b/root/dashboard/dashboard.subdomain.conf.sample @@ -1,4 +1,4 @@ -## Version 2022/06/05 +## Version 2024/07/27 # make sure that your dns has a cname set for dashboard server { @@ -69,8 +69,8 @@ server { } server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; server_name dashboard.*;