forked from Deuxfleurs/infrastructure
Add a maybe useless CORS
This commit is contained in:
parent
e4f2e9cc95
commit
7cf4ed0c87
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ job "chat" {
|
|||
"traefik.enable=true",
|
||||
"traefik.frontend.entryPoints=https",
|
||||
"traefik.frontend.rule=Host:im.deuxfleurs.fr;PathPrefix:/_matrix",
|
||||
"traefik.frontend.headers.customResponseHeaders=Access-Control-Allow-Origin: *",
|
||||
"traefik.frontend.priority=100"
|
||||
]
|
||||
check {
|
||||
|
|
Loading…
Reference in a new issue