Skip to content

Commit 9978339

Browse files
author
Jonathan Visser
committed
Add 127.0.0.1 to per-IP rate limiting allowlist example
1 parent bdd6d3a commit 9978339

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/hypernode-platform/nginx/how-to-resolve-rate-limited-requests-429-too-many-requests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ In some cases, it might be necessary to exclude specific IP addresses from the p
135135
# 1) Mark IPs/CIDRs that should be exempt from per‑IP limiting
136136
geo $limit_conn_ip_allow {
137137
default 1; # 1 = enforce limit
138+
127.0.0.1 0; # Whitelist internal automations
138139
1.2.3.4 0; # 0 = exempt
139140
}
140141

0 commit comments

Comments
 (0)