Fix mismatched parenthesis

This commit is contained in:
Joey Hafner 2022-11-12 20:53:16 -08:00
parent f043cf1f9e
commit 7db617f94b

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"