|
|
@@ -47,7 +47,7 @@ |
|
|
<Files "/matrix/static-files/.well-known/matrix/client"> |
|
|
<Files "/matrix/static-files/.well-known/matrix/client"> |
|
|
Require all granted |
|
|
Require all granted |
|
|
</Files> |
|
|
</Files> |
|
|
<Location "/.well-known/matrix/client> |
|
|
|
|
|
|
|
|
<Location "/.well-known/matrix/client"> |
|
|
Header always set Content-Type "application/json" |
|
|
Header always set Content-Type "application/json" |
|
|
Header always set Access-Control-Allow-Origin "*" |
|
|
Header always set Access-Control-Allow-Origin "*" |
|
|
</Location> |
|
|
</Location> |
|
|
@@ -56,10 +56,6 @@ |
|
|
<Files "/matrix/static-files/.well-known/matrix/server"> |
|
|
<Files "/matrix/static-files/.well-known/matrix/server"> |
|
|
Require all granted |
|
|
Require all granted |
|
|
</Files> |
|
|
</Files> |
|
|
<Location "/.well-known/matrix/server> |
|
|
|
|
|
Header always set Content-Type "application/json" |
|
|
|
|
|
Header always set Access-Control-Allow-Origin "*" |
|
|
|
|
|
</Location> |
|
|
|
|
|
<Directory /matrix/static-files/.well-known/matrix/> |
|
|
<Directory /matrix/static-files/.well-known/matrix/> |
|
|
AllowOverride All |
|
|
AllowOverride All |
|
|
# Apache 2.4: |
|
|
# Apache 2.4: |
|
|
|