Add a maybe useless CORS

This commit is contained in:
Quentin 2020-05-05 16:14:01 +02:00
parent e4f2e9cc95
commit 7cf4ed0c87
1 changed files with 1 additions and 0 deletions

View File

@ -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 {