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

@ -1,3 +0,0 @@
{
"m.server": "matrix.bitlair.nl"
}

View file

@ -119,13 +119,6 @@ server {
rewrite ^/Pages/(.*) https://$server_name/$1$args redirect; 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 { location = /.well-known/security.txt {
alias /opt/security.txt; alias /opt/security.txt;
} }

View file

@ -78,13 +78,6 @@ location /Pages/ {
rewrite ^/Pages/(.*) https://$server_name/$1$args redirect; 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 { location = /.well-known/security.txt {
alias /opt/security.txt; alias /opt/security.txt;
} }