Add cineasthesia.com and www.cineasthesia.com to Traefik routing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ce3fa63a4c
commit
7155fb2000
|
|
@ -7,7 +7,7 @@ services:
|
|||
- traefik-public
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.the-last-draw.rule=Host(`the-last-draw.cinesthesia.art`)"
|
||||
- "traefik.http.routers.the-last-draw.rule=Host(`the-last-draw.cinesthesia.art`) || Host(`cineasthesia.com`) || Host(`www.cineasthesia.com`)"
|
||||
- "traefik.http.routers.the-last-draw.entrypoints=web"
|
||||
- "traefik.http.services.the-last-draw.loadbalancer.server.port=80"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue