From d1b00e997528b0fda942cb1676f933abf46e6223 Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Wed, 27 Aug 2025 23:38:50 +0700 Subject: [PATCH] _ --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f658d9f..a12e904 100644 --- a/nginx.conf +++ b/nginx.conf @@ -3,7 +3,7 @@ http { server { listen 80; - location /.well-known/acme-challenge/ { + location / { proxy_pass http://certbot:80; } # location / {