From 5ac70153c3f79d8db38f26b04108d6fd69daf724 Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Mon, 25 Aug 2025 14:25:26 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=D0=B1=D0=BE=D0=BB=D1=8C=D1=88?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BC=D0=BE=D0=B4=D0=B5=D1=80=D0=BD=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 5dbf689..b786ed7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,10 +4,10 @@ events {} http { server { - listen 80; + listen 81; server_name localhost; location / { - proxy_pass http://kosma-3x-ui:2053/; + proxy_pass http://hypoxie-3x-ui:2053/; } } } \ No newline at end of file