nginx-ultimate-bad-bot-blocker/.dev-tools/test4_conf_files/default.vhost
2019-06-29 11:23:41 +02:00

13 lines
215 B
Nginx Configuration File

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