From 98fb22e35362f8cb77ccc2cfa26590e92c9dc28b Mon Sep 17 00:00:00 2001 From: Christopher Bodtke Date: Fri, 5 Dec 2025 18:20:05 +0100 Subject: [PATCH] Update HTTPS server block configuration update to new nginx default http2 format --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 471358b..ed489a8 100755 --- a/setup.sh +++ b/setup.sh @@ -1379,7 +1379,8 @@ server { # HTTPS server block server { - listen 443 ssl http2; + listen 443 ssl; + http2 on; server_name $fqdn; # SSL Configuration