Change default mime type inside .well-known to be plain text.
All checks were successful
semver Build semver has succeeded
build-homepage Build build-homepage has succeeded

This commit is contained in:
Tom Alexander
2023-09-23 12:36:58 -04:00
parent 846da7bcf9
commit 9ebcf96ed2

View File

@@ -45,6 +45,7 @@ http {
location /.well-known/ {
alias /srv/http/public/well-known/;
default_type text/plain;
}
location /.well-known/matrix/server {