From 9278a68e50eb8367e7374461274fbcfc09e683bd Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 3 Jun 2023 00:43:12 +0530 Subject: [PATCH] fmt --- hosts/rico2/containers/adtya.xyz.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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"}}` + } ''; }; }