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