From 39bf445c0673ef90a5694206a835280f7aa21fd0 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 25 Jul 2017 12:29:06 +0200 Subject: [PATCH] Re-test Second Nginx Test using non-standard folder locations --- .dev-tools/install-nginx-2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dev-tools/install-nginx-2.sh b/.dev-tools/install-nginx-2.sh index 1619a5d8b..7d9f85ba9 100755 --- a/.dev-tools/install-nginx-2.sh +++ b/.dev-tools/install-nginx-2.sh @@ -110,7 +110,7 @@ cd /usr/sbin # First delete the globalblacklist.conf file so that the update actually pulls a new file sudo rm /usr/local/nginx/conf.d/globalblacklist.conf -sudo ./update-ngxblocker -b /usr/local/nginx/bots.d -e mitchellkrog@gmail.com +sudo ./update-ngxblocker -b /usr/local/nginx/bots.d -c /usr/local/nginx/conf.d -e mitchellkrog@gmail.com # ********************* # Force reload of Nginx