Skip to content

Commit 563f969

Browse files
authored
Update signalr-howto-reverse-proxy-overview.md
1 parent d4f6953 commit 563f969

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-signalr/signalr-howto-reverse-proxy-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ There are several general practices to follow when using a reverse proxy in fron
5151
Make sure that your reverse proxy supports both transport types for `/client/` subpath. For example, when your transport type is WebSocket, make sure your reverse proxy supports both HTTP and WebSocket for `/client/` subpath.
5252

5353
If you have configured multiple SignalR services behind your reverse proxy, make sure `negotiate` request and `connect` request with the same `asrs_request_id` query parameter(meaning they are for the same connection) are routed to the same SignalR service instance.
54-
* For `ServerSentEvent`(SSE), make sure your reverse proxy doesn't buffer or cache response. For example, API Management has a [detailed documentation](/azure/api-management/how-to-server-sent-events.md) on how to configure API for server-sent events.
54+
55+
* For `ServerSentEvent`(SSE), make sure your reverse proxy doesn't buffer or cache response. For example, API Management lists the checkitems [here](/azure/api-management/how-to-server-sent-events.md) when configuring API for server-sent events.
56+
*
5557
* When reverse proxy is used, you can further secure your SignalR service by [disabling public network access](./howto-network-access-control.md) and using [private endpoints](howto-private-endpoints.md) to allow only private access from your reverse proxy to your SignalR service through VNet.
5658

5759
## Next steps

0 commit comments

Comments
 (0)