NGINX Mainstream / Dev Tests (1)

This commit is contained in:
Mitchell Krog 2017-10-04 15:52:16 +02:00
parent 0d297f6255
commit d11476f8fa
No known key found for this signature in database
GPG key ID: 2BB9A077C8DD6994

View file

@ -4,12 +4,10 @@ server {
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;
location / {
root /var/www/html/;
}
}