diff --git a/services/traefik/config/config.yml b/services/traefik/config/config.yml index 3337818..3c9c1d8 100644 --- a/services/traefik/config/config.yml +++ b/services/traefik/config/config.yml @@ -8,6 +8,7 @@ http: enabled: true logLevel: INFO updateIntervalSeconds: 60 + metricsUpdateIntervalSeconds: 600 crowdsecMode: stream crowdsecAppsecEnabled: true crowdsecAppsecFailureBlock: true @@ -25,9 +26,9 @@ http: # captchaProvider: hcaptcha # captchaSiteKey: b2d20610-8dda-4f40-8688-7ca8e1e628f8 # found in hcaptcha account # captchaSecretKey: {{ env "TRAEFIK_CAPTCHA_KEY" }} - # captchaGracePeriodSeconds: 1800 - # captchaHTMLFilePath: /captcha.html - # banHTMLFilePath: /ban.html + captchaGracePeriodSeconds: 1800 + captchaHTMLFilePath: /captcha.html + banHTMLFilePath: /ban.html routers: authelia: