diff --git a/hosts/rico2/containers/adtya.xyz.nix b/hosts/rico2/containers/adtya.xyz.nix index b0573b7..02450c3 100644 --- a/hosts/rico2/containers/adtya.xyz.nix +++ b/hosts/rico2/containers/adtya.xyz.nix @@ -10,16 +10,16 @@ reverse_proxy http://127.0.0.1:3000 handle /.well-known/matrix/server { - header Content-Type application/json - header Access-Control-Allow-Origin * - respond `{"m.server": "matrix.adtya.xyz:443"}` - } + header Content-Type application/json + header Access-Control-Allow-Origin * + respond `{"m.server": "matrix.adtya.xyz:443"}` + } - handle /.well-known/matrix/client { - header Content-Type application/json - header Access-Control-Allow-Origin * - respond `{"m.homeserver": {"base_url": "https://matrix.adtya.xyz:443"}}` - } + handle /.well-known/matrix/client { + header Content-Type application/json + header Access-Control-Allow-Origin * + respond `{"m.homeserver": {"base_url": "https://matrix.adtya.xyz:443"}}` + } ''; }; }