Explorar el Código
Serve /.well-known/matrix/server with proper Content-Type
pull/245/head
Slavi Pantaleev
hace 6 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
3 adiciones y
0 borrados
-
examples/apache/matrix-synapse.conf
|
|
|
@@ -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: |
|
|
|
|