Very easy, please see the docs: Caddyfile Directives — Caddy Documentation
handle /.well-known/matrix/client {
header Access-Control-Allow-Origin *
respond `{ "m.homeserver": { "base_url": "domain here" } }`
}
Very easy, please see the docs: Caddyfile Directives — Caddy Documentation
handle /.well-known/matrix/client {
header Access-Control-Allow-Origin *
respond `{ "m.homeserver": { "base_url": "domain here" } }`
}