diff options
Diffstat (limited to 'hosts/cloud/proxy/default.nix')
| -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 - ''; }; |
