Explorar el Código
Merge pull request #3055 from Curious-r/master
Fix "SSL_do_handshake() failed" in nginx reverse-proxy
pull/3060/head
Slavi Pantaleev
hace 2 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
0 borrados
-
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 |
|
|
|
|