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
padre
commit
d675cb3d4b
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
  1. +3
    -0
      examples/apache/matrix-synapse.conf

+ 3
- 0
examples/apache/matrix-synapse.conf Ver fichero

@@ -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:


Cargando…
Cancelar
Guardar