diff --git a/bots.d/blockbots.conf b/bots.d/blockbots.conf index 718664451..5ad118e40 100644 --- a/bots.d/blockbots.conf +++ b/bots.d/blockbots.conf @@ -1,11 +1,11 @@ -# Author: Mitchell Krog - https://github.com/mitchellkrogza/ +# Author/Copyright: Mitchell Krog - https://github.com/mitchellkrogza/ -### VERSION INFORMATION # -################################################### -### Version: V4.2019.03 -### Updated: 2019-06-24 -################################################### -### VERSION INFORMATION ## +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.04 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -20,6 +20,7 @@ ############################################################################## # Include this in a vhost file within a server {} block using and include statement like below +# Place it near the top of your server {} block before any location / statements and it will block everywhere on your site. # server { # #Config stuff here @@ -82,4 +83,3 @@ if ($validate_client) { return 444; } -####################################################################### \ No newline at end of file