Ver a proveniência

Merge pull request #3055 from Curious-r/master

Fix "SSL_do_handshake() failed" in nginx reverse-proxy
pull/3060/head
Slavi Pantaleev há 2 anos
committed by GitHub
ascendente
cometimento
2ebbe26e25
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      docs/configuring-well-known.md

+ 1
- 0
docs/configuring-well-known.md Ver ficheiro

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


Carregando…
Cancelar
Guardar