nginx-ultimate-bad-bot-blocker/.dev-tools/_conf_files_test4/default.vhost
2017-10-04 15:55:35 +02:00

13 lines
213 B
Nginx Configuration File

server {
listen *:80;
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;
}