summaryrefslogtreecommitdiff
path: root/hosts/cloud/proxy
diff options
context:
space:
mode:
authorGrisha Shipunov2026-07-25 13:34:43 +0000
committerGrisha Shipunov2026-07-26 08:32:55 +0000
commit7be7bf0700dd2ae6e9e9b9726ec94d211f4615d7 (patch)
tree577d38c31811f1aac6fe852221add1b6577c2985 /hosts/cloud/proxy
parentb01909d13a4d26f2c0b91777a3dd14ad326defb1 (diff)
conduwuit: yeet
Diffstat (limited to 'hosts/cloud/proxy')
-rw-r--r--hosts/cloud/proxy/default.nix3
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
-
'';
};