mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2019.06.1672 [ci skip]
This commit is contained in:
parent
34cec8f5a2
commit
a843d5f21d
54 changed files with 1609 additions and 1612 deletions
|
@ -1,15 +1,15 @@
|
|||
server {
|
||||
listen *:9000;
|
||||
|
||||
root /var/www/html;
|
||||
server_name localhost;
|
||||
charset UTF-8;
|
||||
|
||||
|
||||
# Nginx Bad Bot Blocker Includes
|
||||
include /etc/nginx/bots.d/ddos.conf;
|
||||
include /etc/nginx/bots.d/blockbots.conf;
|
||||
|
||||
listen *:9000;
|
||||
|
||||
root /var/www/html;
|
||||
server_name localhost;
|
||||
charset UTF-8;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue