Remove parenthesis from nginx config comment

This commit is contained in:
2025-11-24 12:08:18 +09:00
parent ea677183ca
commit d2e704ae84

View File

@@ -21,7 +21,7 @@ server {
}
}
# Редирект с www на non-www (HTTPS)
# Редирект с www на non-www для HTTPS
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;