Skip to content

Commit aaa50d9

Browse files
authored
Merge pull request #456 from ByteInternet/feature/add-localhost-to-ratelimit-allowlist
Add 127.0.0.1 to per-IP rate limiting allowlist example
2 parents 3cf2c04 + e99e7df commit aaa50d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)