Remove matrix-homeserver stuff
Some checks failed
Test / build (push) Failing after 1m1s

This commit is contained in:
polyfloyd 2025-06-04 17:18:31 +02:00
parent c784d4d217
commit c80a489ec1
3 changed files with 0 additions and 17 deletions

View file

@ -78,13 +78,6 @@ location /Pages/ {
rewrite ^/Pages/(.*) https://$server_name/$1$args redirect;
}
# Matrix realm delegation
location = /.well-known/matrix/server {
add_header "Content-Type" "application/json";
add_header "Access-Control-Allow-Origin" "*";
alias /opt/matrix-delegation.json;
}
location = /.well-known/security.txt {
alias /opt/security.txt;
}