mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
Fix Typo in Templates as per
https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/issues/61
This commit is contained in:
parent
f8deae27ad
commit
ee42046da2
2 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ map $http_user_agent $bad_bot {
|
|||
# User-Agent Strings Allowed Through but Rate Limited
|
||||
# ***************************************************
|
||||
|
||||
# Some people block libwww-perl, it us widely used in many valid (non rogue) agents
|
||||
# Some people block libwww-perl, it used widely in many valid (non rogue) agents
|
||||
# I allow libwww-perl as I use it for monitoring systems with Munin but it is rate limited
|
||||
|
||||
# START ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
|
|
@ -168,7 +168,7 @@ map $http_user_agent $bad_bot {
|
|||
# User-Agent Strings Allowed Through but Rate Limited
|
||||
# ***************************************************
|
||||
|
||||
# Some people block libwww-perl, it us widely used in many valid (non rogue) agents
|
||||
# Some people block libwww-perl, it used widely in many valid (non rogue) agents
|
||||
# I allow libwww-perl as I use it for monitoring systems with Munin but it is rate limited
|
||||
|
||||
# START ALLOWED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
|
Loading…
Add table
Reference in a new issue