This commit is contained in:
mjallen18
2025-03-12 19:09:45 -05:00
parent 5682af6b0e
commit 0edf43c283

View File

@@ -230,7 +230,7 @@ in
entryPoints = [ "websecure" ];
rule = "Host(`chat.${domain}`)";
service = "chat";
middlewares = [ "authentik" ];
# middlewares = [ "authentik" ];
priority = 10;
tls.certResolver = "letsencrypt";
};