Init wildcard routing of *.jafner.chat ( & jafner.chat) to host

This commit is contained in:
Joey Hafner 2022-11-12 20:40:03 -08:00
parent 986a536eb1
commit 3b94134920

View File

@ -0,0 +1,14 @@
http:
routers:
jafner-chat:
rule: "Host(`jafner.chat`) || (Host(`*.jafner.chat`)"
entryPoints: "websecure"
service: "jafner-chat@file"
tls:
certResolver: "lets-encrypt"
services:
jafner-chat:
loadBalancer:
servers:
- url: "http://192.168.1.24/"