V4.2021.07.2451 [ci skip]

This commit is contained in:
mitchellkrogza 2021-07-05 11:05:03 +00:00
parent 606872502d
commit 41967724e3
77 changed files with 123172 additions and 122224 deletions

View file

@ -45,5 +45,4 @@
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
35.202.245.105 0;
35.192.91.101 0;
52.170.46.75 0;

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,6 @@
server {
listen *:9000;
root /var/www/html;
listen 80 default_server;
listen [::]:80 default_server;
server_name localhost;
charset UTF-8;
@ -14,6 +13,10 @@ server {
include /usr/local/nginx/bots.d/blockbots.conf;
index index.html;
root /var/www/html;
# Add index.php to the list if you are using PHP
index index.html index.htm index.nginx-debian.html;
location / {
root /var/www/html/;