瀏覽代碼

Merge pull request #3055 from Curious-r/master

Fix "SSL_do_handshake() failed" in nginx reverse-proxy
pull/3060/head
Slavi Pantaleev 2 年之前
committed by GitHub
父節點
當前提交
2ebbe26e25
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      docs/configuring-well-known.md

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

@@ -123,6 +123,7 @@ server {
location /.well-known/matrix {
proxy_pass https://matrix.example.com/.well-known/matrix;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_ssl_server_name on;
}

# other configuration


Loading…
取消
儲存