10 lines
242 B
TOML
10 lines
242 B
TOML
[[headers]]
|
|
for = "/.well-known/matrix/*"
|
|
[headers.values]
|
|
Content-Type = "application/json"
|
|
Access-Control-Allow-Origin = "*"
|
|
|
|
[[redirects]]
|
|
from = "/.well-known/test-meta/*"
|
|
to = "https://status.lila.network"
|
|
status = 301
|