浏览代码

Merge pull request #1910 from freiit/patch-1

Add configuration instruction for AWS CloundFront
pull/1911/head
Slavi Pantaleev 4 年前
committed by GitHub
父节点
当前提交
1c25ca78d4
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      docs/configuring-well-known.md

+ 5
- 0
docs/configuring-well-known.md 查看文件

@@ -168,6 +168,11 @@ backend matrix-backend
/.well-known/matrix/* https://matrix.DOMAIN/.well-known/matrix/:splat 200!
```

**For AWS CloudFront**

1. Add a custom origin with matrix.<your-domain> to your distribution
1. Add two behaviors, one for `.well-known/matrix/client` and one for `.well-known/matrix/server` and point them to your new origin.

Make sure to:

- **replace `DOMAIN`** in the server configuration with your actual domain name


正在加载...
取消
保存