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