aboutsummaryrefslogtreecommitdiff
path: root/nomad/web_static.hcl
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-01-14 00:52:27 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-01-14 00:52:27 +0100
commit3431927ad5faf0f5d2da4fe78240e560196d5bd7 (patch)
treeb5103792b4398d1801d3a7d083a5baf21da3a246 /nomad/web_static.hcl
parenteab32df4ee4bc4c590767f5891cf2f5190a19fae (diff)
downloadinfrastructure-3431927ad5faf0f5d2da4fe78240e560196d5bd7.tar.gz
infrastructure-3431927ad5faf0f5d2da4fe78240e560196d5bd7.zip
Fix landing page
Diffstat (limited to 'nomad/web_static.hcl')
-rw-r--r--nomad/web_static.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/nomad/web_static.hcl b/nomad/web_static.hcl
index 7683831..27143a5 100644
--- a/nomad/web_static.hcl
+++ b/nomad/web_static.hcl
@@ -11,7 +11,7 @@ job "web_static" {
task "server" {
driver = "docker"
config {
- image = "superboum/amd64_landing:v6"
+ image = "superboum/amd64_landing:v7"
port_map {
web_port = 8043
}
@@ -29,7 +29,7 @@ job "web_static" {
"webstatic",
"traefik.enable=true",
"traefik.frontend.entryPoints=https",
- "traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr,deuxfleurs.org,www.deuxfleurs.org;Path:/"
+ "traefik.frontend.rule=Host:deuxfleurs.fr,www.deuxfleurs.fr;Path:/,/robots.txt,/landing/arobase.png"
]
port = "web_port"
address_mode = "host"