fix(infra): hub at root domain asepharyana.my.id

This commit is contained in:
asepharyana
2026-07-23 07:19:55 +07:00
parent 9db886e68b
commit 4e4ed101c5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ Traefik (v3.6)
├─ Plugin: real-ip (Cloudflare), block-sensitive-paths ├─ Plugin: real-ip (Cloudflare), block-sensitive-paths
▼ Router matching ▼ Router matching
Host(`scraper.asepharyana.my.id`) || Host(`api.asepharyana.my.id') → scraper-api Host(`asepharyana.my.id`) || Host(`www.asepharyana.my.id`) || Host(`hub.asepharyana.my.id`) → hub
Host(`hub.asepharyana.my.id`) → hub Host(`scraper.asepharyana.my.id`) || Host(`api.asepharyana.my.id`) → scraper-api
▼ Service load balancer ▼ Service load balancer
http://scraper-api:4091 http://scraper-api:4091
+1 -1
View File
@@ -2,7 +2,7 @@ http:
routers: routers:
# ── Hub (Portfolio SPA) ── # ── Hub (Portfolio SPA) ──
hub: hub:
rule: 'Host(`hub.asepharyana.my.id`) || Host(`hub.asepharyana.web.id`)' 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`)'
entryPoints: entryPoints:
- websecure - websecure
tls: {} tls: {}