fix(infra): remove hub subdomain from Traefik rule
This commit is contained in:
@@ -2,7 +2,7 @@ http:
|
|||||||
routers:
|
routers:
|
||||||
# ── Hub (Portfolio SPA) ──
|
# ── Hub (Portfolio SPA) ──
|
||||||
hub:
|
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:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
tls: {}
|
tls: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user