diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-02-11 22:22:30 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-02-11 22:22:30 +0100 |
commit | 535d1c3aba902ec644387cb41fc7cc0bcf86fae0 (patch) | |
tree | 01cd6a69cb1809d78a69f6a32066c21b76f956ca | |
parent | e700d146f032a824f1735ab31a28e2ac0f374629 (diff) | |
download | infrastructure-535d1c3aba902ec644387cb41fc7cc0bcf86fae0.tar.gz infrastructure-535d1c3aba902ec644387cb41fc7cc0bcf86fae0.zip |
[guichet] domain name is deuxfleurs.fr
-rw-r--r-- | nomad/bottin2.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl index da315de..5a1fa12 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -89,7 +89,7 @@ job "directory2" { "guichet", "traefik.enable=true", "traefik.frontend.entryPoints=https,http", - "traefik.frontend.rule=Host:guichet.deuxfleurs.fr,guichet.deuxfleurs.org", + "traefik.frontend.rule=Host:guichet.deuxfleurs.fr", ] port = "web_port" address_mode = "host" |