Ver a proveniência

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

pull/245/head
Slavi Pantaleev há 6 anos
committed by GitHub
ascendente
cometimento
d675cb3d4b
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 3 adições e 0 eliminações
  1. +3
    -0
      examples/apache/matrix-synapse.conf

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

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


Carregando…
Cancelar
Guardar