mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Update README - Expected Error Messages [ci skip]
This commit is contained in:
parent
bc94a1cd59
commit
5c4f3f9869
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -342,13 +342,19 @@ Run the following commands one by one from a terminal on another linux machine a
|
|||
|
||||
`curl -A "Mozilla/5.0 (compatible; AhrefsBot/5.2; +http://ahrefs.com/robot/)" http://yourdomain.com`
|
||||
|
||||
**Should respond with: curl: (52) Empty reply from server**
|
||||
**Should respond with either of the following error messages:**
|
||||
- curl: (52) Empty reply from server
|
||||
- curl: (56) TCP connection reset by peer
|
||||
- curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
|
||||
|
||||
`curl -I http://yourdomain.com -e http://100dollars-seo.com`
|
||||
|
||||
`curl -I http://yourdomain.com -e http://zx6.ru`
|
||||
|
||||
**Should respond with: curl: (52) Empty reply from server**
|
||||
**Should respond with either of the following error messages:**
|
||||
- curl: (52) Empty reply from server
|
||||
- curl: (56) TCP connection reset by peer
|
||||
- curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
|
||||
|
||||
The Nginx Ultimate Bot Blocker is now WORKING and PROTECTING your web sites !!!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue