Add IPv6 support to server configuration

Add IPv6 support to server configuration
This commit is contained in:
FutureCow
2025-11-05 20:34:13 +01:00
committed by GitHub
parent 913976b7f6
commit c56debc80e

View File

@@ -1470,6 +1470,7 @@ EOF
cat > "$config_file" << EOF
server {
listen 80;
listen [::]:80;
server_name $fqdn;
# Security headers