ソースを参照

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

pull/245/head
Slavi Pantaleev 6年前
committed by GitHub
コミット
d675cb3d4b
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更3行の追加0行の削除
  1. +3
    -0
      examples/apache/matrix-synapse.conf

+ 3
- 0
examples/apache/matrix-synapse.conf ファイルの表示

@@ -56,6 +56,9 @@
<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"
</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:


読み込み中…
キャンセル
保存