aboutsummaryrefslogtreecommitdiff
path: root/nomad
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-01-14 00:22:09 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-01-14 00:22:09 +0100
commiteab32df4ee4bc4c590767f5891cf2f5190a19fae (patch)
treef28b1e893183214eafcb530b995cbe8a0a493e10 /nomad
parent76072b7c87c51a15482e82b9060513d5fb16f191 (diff)
downloadinfrastructure-eab32df4ee4bc4c590767f5891cf2f5190a19fae.tar.gz
infrastructure-eab32df4ee4bc4c590767f5891cf2f5190a19fae.zip
Fix horrible bug
Diffstat (limited to 'nomad')
-rw-r--r--nomad/web_static.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/web_static.hcl b/nomad/web_static.hcl
index 6749f41..7683831 100644
--- a/nomad/web_static.hcl
+++ b/nomad/web_static.hcl
@@ -29,7 +29,7 @@ job "web_static" {
"webstatic",
"traefik.enable=true",
"traefik.frontend.entryPoints=https",
- "traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr;PathPrefix:/"
+ "traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr,deuxfleurs.org,www.deuxfleurs.org;Path:/"
]
port = "web_port"
address_mode = "host"