diff --git a/example/acme-to-vault.nomad.hcl b/example/acme-to-vault.nomad.hcl index ff70658..002608a 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=security-headers@file,rate-limit-std@file,inflight-std@file,hsts@file", + "traefik.http.routers.acme-to-vault.middlewares=rate-limit-std@file,inflight-std@file,hsts@file", ] } diff --git a/variables.yml b/variables.yml index 9ed62a3..46f9f28 100644 --- a/variables.yml +++ b/variables.yml @@ -37,6 +37,8 @@ acme: middlewares: compression: false proxy: false + proto: false + security: false priority: 2000 auto_rule: false