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

18 lines
285 B
Nginx Configuration File

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