From e23cb62aed6a7c93749c5b18d9f9f1ca44c4e54b Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Thu, 28 Aug 2025 00:03:26 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=81=20=D0=BD=D0=B5=D0=B6=D0=B8=D0=B2=D1=8B=D0=BC=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D1=82=D0=B5=D0=B9=D0=BD=D0=B5=D1=80=D0=BE=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 416ce80..d6c5cdb 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,7 +4,7 @@ http { server { listen 80; location / { - proxy_pass http://certbot:80; + proxy_pass http://localhost:29343; } }