fix(infra): remove hub subdomain from Traefik rule

This commit is contained in:
asepharyana
2026-07-23 07:19:55 +07:00
parent 4e4ed101c5
commit caf3f1d79b
+1 -1
View File
@@ -2,7 +2,7 @@ http:
routers:
# ── Hub (Portfolio SPA) ──
hub:
rule: 'Host(`asepharyana.my.id`) || Host(`www.asepharyana.my.id`) || Host(`hub.asepharyana.my.id`) || Host(`asepharyana.web.id`) || Host(`www.asepharyana.web.id`) || Host(`hub.asepharyana.web.id`)'
rule: 'Host(`asepharyana.my.id`) || Host(`www.asepharyana.my.id`) || Host(`asepharyana.web.id`) || Host(`www.asepharyana.web.id`)'
entryPoints:
- websecure
tls: {}