diff options
Diffstat (limited to 'nomad/email.hcl')
-rw-r--r-- | nomad/email.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/email.hcl b/nomad/email.hcl index 17ae613..1d5c8c1 100644 --- a/nomad/email.hcl +++ b/nomad/email.hcl @@ -416,8 +416,8 @@ job "email" { tags = [ "sogo", "traefik.enable=true", - "traefik.frontend.entryPoints=https", - "traefik.frontend.rule=Host:sogo.deuxfleurs.fr;PathPrefix:/" + "traefik.frontend.entryPoints=https,http", + "traefik.frontend.rule=Host:www.sogo.deuxfleurs.fr,sogo.deuxfleurs.fr;PathPrefix:/" ] check { type = "tcp" |