Kaynağa Gözat
Merge pull request #3055 from Curious-r/master
Fix "SSL_do_handshake() failed" in nginx reverse-proxy
pull/3060/head
Slavi Pantaleev
2 yıl önce
committed by
GitHub
ebeveyn
işleme
2ebbe26e25
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
1 ekleme ve
0 silme
-
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 |
|
|
|
|