Merge pull request #285 from FutureCow/patch-1

Add IPv6 support to server configuration
This commit is contained in:
9 Technology Group LTD
2025-11-07 08:23:46 +00:00
committed by GitHub
+1
View File
@@ -1470,6 +1470,7 @@ EOF
cat > "$config_file" << EOF
server {
listen 80;
listen [::]:80;
server_name $fqdn;
# Security headers