Fix mismatched parenthesis

This commit is contained in:
Joey Hafner 2022-11-12 20:53:16 -08:00
parent ba8f3ed6fe
commit f1f03ab049

View File

@ -1,7 +1,7 @@
http:
routers:
jafner-chat:
rule: "Host(`jafner.chat`) || (Host(`*.jafner.chat`)"
rule: "Host(`jafner.chat`) || Host(`*.jafner.chat`)"
entryPoints: "websecure"
service: "jafner-chat@file"