Fix domains: Route w-make.com to portfolio, remove .org

This commit is contained in:
Jan Wagner
2026-08-16 00:48:42 +02:00
parent 3a1154ef03
commit 1485a424fd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.routers.w-make.rule=Host(`w-make.com`) || Host(`www.w-make.com`)"
- "traefik.http.routers.w-make.rule=Host(`w-make.com`, `www.w-make.com`)"
- "traefik.http.routers.w-make.priority=100"
- "traefik.http.routers.w-make.entrypoints=websecure"
- "traefik.http.routers.w-make.tls=true"