diff options
| author | Grisha Shipunov | 2026-07-25 13:34:43 +0000 |
|---|---|---|
| committer | Grisha Shipunov | 2026-07-26 08:32:55 +0000 |
| commit | 7be7bf0700dd2ae6e9e9b9726ec94d211f4615d7 (patch) | |
| tree | 577d38c31811f1aac6fe852221add1b6577c2985 /hosts/cloud | |
| parent | b01909d13a4d26f2c0b91777a3dd14ad326defb1 (diff) | |
conduwuit: yeet
Diffstat (limited to 'hosts/cloud')
| -rw-r--r-- | hosts/cloud/proxy/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/cloud/proxy/default.nix b/hosts/cloud/proxy/default.nix index d743fdc..016029e 100644 --- a/hosts/cloud/proxy/default.nix +++ b/hosts/cloud/proxy/default.nix @@ -26,7 +26,7 @@ in route { header /.well-known/matrix/* Access-Control-Allow-Origin * - reverse_proxy @matrix 10.89.88.16:6167 + respond @matrix "This Matrix homeserver has been retired" 410 # file server file_server { @@ -75,7 +75,6 @@ in } } reverse_proxy 10.89.88.17:4533 - ''; }; |
