From d2e704ae84130e56867fb3ba4c3b02e314f18cdd Mon Sep 17 00:00:00 2001 From: "Andrew K. Choi" Date: Mon, 24 Nov 2025 12:08:18 +0900 Subject: [PATCH] Remove parenthesis from nginx config comment --- nginx-smartsoltech-fixed.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-smartsoltech-fixed.conf b/nginx-smartsoltech-fixed.conf index 31d6be2..3c49c2f 100644 --- a/nginx-smartsoltech-fixed.conf +++ b/nginx-smartsoltech-fixed.conf @@ -21,7 +21,7 @@ server { } } -# Редирект с www на non-www (HTTPS) +# Редирект с www на non-www для HTTPS server { listen 443 ssl http2; listen [::]:443 ssl http2;