chore: remove dead social.jeffemmett.com redirect labels
Domain has no DNS record and all traffic now routes via demo.rsocials.online. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0e9d00d2ac
commit
a28eb88140
|
|
@ -152,15 +152,6 @@ services:
|
|||
- "traefik.http.routers.rspace-rsocials.entrypoints=web"
|
||||
- "traefik.http.routers.rspace-rsocials.priority=120"
|
||||
- "traefik.http.routers.rspace-rsocials.service=rspace-online"
|
||||
# ── Legacy redirect: social.jeffemmett.com → demo.rspace.online/rsocials ──
|
||||
- "traefik.http.routers.rspace-social-redirect.rule=Host(`social.jeffemmett.com`)"
|
||||
- "traefik.http.routers.rspace-social-redirect.entrypoints=web"
|
||||
- "traefik.http.routers.rspace-social-redirect.priority=130"
|
||||
- "traefik.http.middlewares.social-redirect.redirectregex.regex=^https?://social\\.jeffemmett\\.com(.*)"
|
||||
- "traefik.http.middlewares.social-redirect.redirectregex.replacement=https://demo.rspace.online/rsocials$${1}"
|
||||
- "traefik.http.middlewares.social-redirect.redirectregex.permanent=true"
|
||||
- "traefik.http.routers.rspace-social-redirect.middlewares=social-redirect"
|
||||
- "traefik.http.routers.rspace-social-redirect.service=rspace-online"
|
||||
# Service configuration
|
||||
- "traefik.http.services.rspace-online.loadbalancer.server.port=3000"
|
||||
- "traefik.docker.network=traefik-public"
|
||||
|
|
|
|||
Loading…
Reference in New Issue