Skip to content

Update rate limit docs to better describe zone sync #7480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions site/content/configuration/policy-resource.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,12 @@ The feature is implemented using the NGINX [ngx_http_limit_req_module](https://n

{{< /note >}}

{{< note >}}

When the [Zone Sync feature]({{< ref "/configuration/global-configuration/configmap-resource.md#zone-sync" >}}) is enabled with NGINX Plus, the rate limiting zone will be synchronized across all replicas in the cluster. This means all replicas are aware of the requests that have been rate limited by other replicas in the cluster.

{{< /note >}}

{{% table %}}
|Field | Description | Type | Required |
| ---| ---| ---| --- |
Expand Down