Route jafner.chat to traefik api

This commit is contained in:
Joey Hafner 2023-03-26 12:03:42 -07:00
parent b6dad10e35
commit d331434e32

View File

@ -1,7 +1,7 @@
http:
routers:
api:
rule: "Host(`traefik.jafner.chat`)"
rule: "Host(`traefik.jafner.chat`) || Host(`jafner.chat`)"
entryPoints: "websecure"
middlewares:
- "lan-only@file"