From 523c847bd7cb2a975d13ac4dd577ec14b96d7937 Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Wed, 27 Aug 2025 22:08:06 +0700 Subject: [PATCH] / --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f305fbf..e37e9d7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,7 @@ http { server { listen 80; location /.well-known/acme-challenge/ { - root /usr/share/nginx/html; + root /usr/share/nginx/html/; } location / { return 301 https://$server_name:443$request_uri;