17 lines
No EOL
444 B
TOML
17 lines
No EOL
444 B
TOML
[[headers]]
|
|
for = "/.well-known/matrix/*"
|
|
[headers.values]
|
|
Content-Type = "application/json"
|
|
Access-Control-Allow-Origin = "*"
|
|
|
|
[[redirects]]
|
|
from = "/.well-known/host-meta"
|
|
to = "https://social.lila.network/.well-known/host-meta"
|
|
status = 301
|
|
|
|
[[redirects]]
|
|
from = "/.well-known/webfinger"
|
|
to = "https://social.lila.network/.well-known/webfinger"
|
|
status = 301
|
|
[redirects.headers]
|
|
Access-Control-Allow-Origin = "*" |