This commit is contained in:
2025-08-25 14:37:19 +07:00
parent 6e99dbf389
commit fc1d2c885f

View File

@@ -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/;
}
}
}