nginx-ultimate-bad-bot-blocker/.dev-tools/_conf_files_testing_changes/default.vhost
2019-06-20 13:23:18 +02:00

15 lines
249 B
Nginx Configuration File

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