瀏覽代碼

quotes, simplify

pull/245/head
Marcel Ackermann 6 年之前
committed by GitHub
父節點
當前提交
d55db2bee2
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增5 行删除
  1. +1
    -5
      examples/apache/matrix-synapse.conf

+ 1
- 5
examples/apache/matrix-synapse.conf 查看文件

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


Loading…
取消
儲存