From d11476f8fa2a90b8c28f6afdd1b8eed285c20c00 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Wed, 4 Oct 2017 15:52:16 +0200 Subject: [PATCH] NGINX Mainstream / Dev Tests (1) --- .dev-tools/default13.vhost | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.dev-tools/default13.vhost b/.dev-tools/default13.vhost index 82008ce88..4d5b1686b 100644 --- a/.dev-tools/default13.vhost +++ b/.dev-tools/default13.vhost @@ -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/; - } }