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