This commit is contained in:
mjallen18
2025-06-09 09:43:37 -05:00
parent 85d98ab453
commit 0f18c97b0c
5 changed files with 295 additions and 121 deletions

View File

@@ -372,7 +372,7 @@ in
entryPoints = [ "websecure" ];
rule = "Host(`cache.${domain}`)";
service = "cache";
middlewares = [ "crowdsec" "whitelist-geoblock" "authentik" ];
middlewares = [ "crowdsec" "whitelist-geoblock" ];
priority = 10;
tls.certResolver = "letsencrypt";
};