Update HTTPS server block configuration

update to new nginx default http2 format
This commit is contained in:
Christopher Bodtke
2025-12-05 18:20:05 +01:00
committed by GitHub
parent 08f41bc9e0
commit 98fb22e353

View File

@@ -1379,7 +1379,8 @@ server {
# HTTPS server block
server {
listen 443 ssl http2;
listen 443 ssl;
http2 on;
server_name $fqdn;
# SSL Configuration