Fix Typo in Templates as per

https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/issues/61
This commit is contained in:
Mitchell Krog 2018-01-04 14:06:19 +02:00
parent f8deae27ad
commit ee42046da2
2 changed files with 2 additions and 2 deletions

View file

@ -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 ###

View file

@ -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 ###