From 9720c415d50473b3067b361559d612ca390d0fd7 Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Wed, 27 Aug 2025 22:04:07 +0700 Subject: [PATCH] ; --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 3596428..f305fbf 100644 --- a/nginx.conf +++ b/nginx.conf @@ -2,7 +2,7 @@ events {} http { server { - listen 80 + listen 80; location /.well-known/acme-challenge/ { root /usr/share/nginx/html; }