Skip to content

Commit 82b8bae

Browse files
Updated the PNL command with 'ua' (line 36).
Updated the PNL command with ',ua' after feedback from a customer. When a customer is ratelimited by "zone bots" it is good to know which user agent to put on the exclude list for rate limiting.
1 parent f4506d5 commit 82b8bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Both methods are implemented using [this module](http://nginx.org/en/docs/http/n
3333

3434
You can quickly determine which method of Rate Limiting was the cause of the request being 429'd since each time any of the rate-limiting methods are hit, a message with be logged in the Nginx error log.
3535

36-
To do so you first look up the request in the access logs, which can be done using the hypernode-parse-nginx-logs (**pnl**) command: `pnl --today --fields time,status,remote_addr,request --filter status=429`
36+
To do so you first look up the request in the access logs, which can be done using the hypernode-parse-nginx-logs (**pnl**) command: `pnl --today --fields time,status,remote_addr,request,ua --filter status=429`
3737

3838
Copy the IP address from the output generated by this command and look up the corresponding log entry in the aforementioned Nginx error log with `cat /var/log/nginx/error.log | grep "1.2.3.4"`
3939

0 commit comments

Comments
 (0)