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",
|
"webstatic",
|
||||||
"traefik.enable=true",
|
"traefik.enable=true",
|
||||||
"traefik.frontend.entryPoints=https",
|
"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"
|
port = "web_port"
|
||||||
address_mode = "host"
|
address_mode = "host"
|
||||||
|
|
Reference in a new issue