UPDATE blockbots.conf include file [ci skip]

This commit is contained in:
Mitchell Krog 2019-06-28 12:28:30 +02:00
parent 45c8513b82
commit 047816256a
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -1,11 +1,11 @@
# Author: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/ # Author/Copyright: Mitchell Krog <mitchellkrog@gmail.com> - https://github.com/mitchellkrogza/
### VERSION INFORMATION # # VERSION INFORMATION #
################################################### #----------------------
### Version: V4.2019.03 # Version: V4.2019.04
### Updated: 2019-06-24 # Updated: 2019-06-28
################################################### #----------------------
### VERSION INFORMATION ## # VERSION INFORMATION #
############################################################################## ##############################################################################
# _ __ _ # # _ __ _ #
@ -20,6 +20,7 @@
############################################################################## ##############################################################################
# Include this in a vhost file within a server {} block using and include statement like below # 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 { # server {
# #Config stuff here # #Config stuff here
@ -82,4 +83,3 @@ if ($validate_client) {
return 444; return 444;
} }
#######################################################################