nginx-ultimate-bad-bot-blocker/.dev-tools/_conf_files_test2/default.vhost
2019-06-20 14:50:46 +02:00

15 lines
261 B
Nginx Configuration File

server {
# Bad Bot Blocker
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;
location / {
root /var/www/html/;
}
}