nginx-ultimate-bad-bot-blocker/.dev-tools/_conf_files_test2/default.vhost
2019-06-28 18:26:03 +02:00

18 lines
297 B
Nginx Configuration File

server {
# Nginx Bad Bot Blocker Includes
include /usr/local/nginx/bots.d/ddos.conf;
include /usr/local/nginx/bots.d/blockbots.conf;
listen *:9000;
root /var/www/html;
server_name localhost;
charset UTF-8;
index index.html;
location / {
root /var/www/html/;
}
}