From fc1d2c885fac28cd6b186cb02f8e83042a49912f Mon Sep 17 00:00:00 2001 From: HypoxiE Date: Mon, 25 Aug 2025 14:37:19 +0700 Subject: [PATCH] _ --- nginx.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nginx.conf b/nginx.conf index 6cfa7a8..7b57fb9 100644 --- a/nginx.conf +++ b/nginx.conf @@ -9,5 +9,11 @@ http { location / { proxy_pass http://hypoxie-3x-ui:2053/; } + + listen 80; + server_name hypoxie-xui.duckdns.org; + location / { + proxy_pass http://hypoxie-3x-ui:80/; + } } } \ No newline at end of file