Serve /.well-known/matrix/server with proper Content-Type

This commit is contained in:
Slavi Pantaleev 2019-08-16 10:00:26 +03:00 committed by GitHub
parent d55db2bee2
commit d675cb3d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@
<Files "/matrix/static-files/.well-known/matrix/server">
Require all granted
</Files>
<Location "/.well-known/matrix/server">
Header always set Content-Type "application/json"
</Location>
<Directory /matrix/static-files/.well-known/matrix/>
AllowOverride All
# Apache 2.4: