diff --git a/docs/configuring-well-known.md b/docs/configuring-well-known.md index fd548aa63..993578159 100644 --- a/docs/configuring-well-known.md +++ b/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