Skip to content

Commit

Permalink
doc: tweak ref format in local_rate_limiting. (#35289)
Browse files Browse the repository at this point in the history
Signed-off-by: doujiang24 <[email protected]>
  • Loading branch information
doujiang24 authored Jul 20, 2024
1 parent 45d6d6a commit 98da806
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Local rate limiting

Envoy supports local (non-distributed) rate limiting of L4 connections via the
:ref:`local rate limit listener filter <config_listener_filters_local_rate_limit>` and :ref:`local rate limit network filter <config_network_filters_local_rate_limit>`.
The difference is `local rate limit listener filter <config_listener_filters_local_rate_limit>` processes the sockets before TLS handshake and filter chain matching.
The difference is :ref:`local rate limit listener filter <config_listener_filters_local_rate_limit>` processes the sockets before TLS handshake and filter chain matching.

Envoy additionally supports local rate limiting of HTTP requests via the
:ref:`HTTP local rate limit filter <config_http_filters_local_rate_limit>`. This can
Expand Down

0 comments on commit 98da806

Please sign in to comment.