diff --git a/example/acme-to-vault.nomad.hcl b/example/acme-to-vault.nomad.hcl index e1e0a50..ff70658 100644 --- a/example/acme-to-vault.nomad.hcl +++ b/example/acme-to-vault.nomad.hcl @@ -51,7 +51,7 @@ job "acme-to-vault" { "traefik.enable=true", "traefik.http.routers.acme-to-vault.entrypoints=http,https", "traefik.http.routers.acme-to-vault.priority=2000", - "traefik.http.routers.acme-to-vault.middlewares=rate-limit-std@file,inflight-std@file,security-headers@file,hsts@file", + "traefik.http.routers.acme-to-vault.middlewares=security-headers@file,rate-limit-std@file,inflight-std@file,hsts@file", ] } diff --git a/variables.yml b/variables.yml index af84608..9ed62a3 100644 --- a/variables.yml +++ b/variables.yml @@ -33,6 +33,10 @@ acme: entrypoints: - http - https + csp: false + middlewares: + compression: false + proxy: false priority: 2000 auto_rule: false