瀏覽代碼

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 Key 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


Loading…
取消
儲存