浏览代码

Merge pull request #16 from anadahz/doc/caddy_well-known

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

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

@@ -67,6 +67,12 @@ server {
</VirtualHost>
```

**For Caddy**, it would be something like this:

```caddy
proxy /.well-known/matrix https://matrix.DOMAIN
```

Make sure to:

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


正在加载...
取消
保存