From 56354a35e41f3078078fba944234bf6ab1043eb0 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 3 Oct 2017 15:12:21 +0200 Subject: [PATCH] ADD Nginx Mainstream Test (Step 9) --- .dev-tools/install-nginx-4.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.dev-tools/install-nginx-4.sh b/.dev-tools/install-nginx-4.sh index ea46abee9..8e01491e6 100755 --- a/.dev-tools/install-nginx-4.sh +++ b/.dev-tools/install-nginx-4.sh @@ -51,6 +51,8 @@ sudo apt-get -y remove nginx sudo apt-get -y remove nginx-extras sudo apt-get -y install software-properties-common sudo apt-get -y autoremove +sudo rm -rf /etc/nginx/mybots.d/ +sudo rm -rf /etc/nginx/myconf.d/ # ***************************** # Lets Install Mainstream Nginx