Change default mime type inside .well-known to be plain text.
This commit is contained in:
@@ -45,6 +45,7 @@ http {
|
||||
|
||||
location /.well-known/ {
|
||||
alias /srv/http/public/well-known/;
|
||||
default_type text/plain;
|
||||
}
|
||||
|
||||
location /.well-known/matrix/server {
|
||||
|
||||
Reference in New Issue
Block a user