This commit is contained in:
parent
c784d4d217
commit
c80a489ec1
3 changed files with 0 additions and 17 deletions
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"m.server": "matrix.bitlair.nl"
|
||||
}
|
|
@ -119,13 +119,6 @@ server {
|
|||
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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue