forked from Deuxfleurs/infrastructure
Fix horrible bug
This commit is contained in:
parent
76072b7c87
commit
eab32df4ee
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue