From 9df930ee94d47c1d3647961c542f7ba279c8d04a Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Wed, 27 Aug 2025 22:13:11 +0700 Subject: [PATCH] _ --- nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx.conf b/nginx.conf index a5cead2..7e1b4e8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,6 +6,9 @@ http { location /.well-known/acme-challenge/ { root /usr/share/nginx/html/; } + # location / { + # return 301 https://$server_name:443$request_uri; + # } } server {