소스 검색

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
No known key found for this signature in database 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


불러오는 중...
취소
저장