From acaf4cfabe9fa1cef6f9e99c864991ddcc81d6af Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Fri, 28 Jun 2019 18:57:24 +0200 Subject: [PATCH] TEST inserting includes in install-nginx-2 REF: #256 REF: #266 --- .dev-tools/install-nginx-2.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dev-tools/install-nginx-2.sh b/.dev-tools/install-nginx-2.sh index 7e9b872cb..d1566cf24 100755 --- a/.dev-tools/install-nginx-2.sh +++ b/.dev-tools/install-nginx-2.sh @@ -123,12 +123,15 @@ sudo bash ./install-ngxblocker -x -c /usr/local/nginx/conf.d -b /usr/local/nginx # ******************** # Force Includes to be written +echo "Copy test nginx.conf" sudo cp ${TRAVIS_BUILD_DIR}/.dev-tools/test_units/nginx.conf-newformat /etc/nginx/nginx.conf printf '\n%s\n%s\n%s\n\n' "####################" "Run setup-ngxblocker" "####################" cd /usr/sbin sudo bash ./setup-ngxblocker -x -c /usr/local/nginx/conf.d -b /usr/local/nginx/bots.d +cat /etc/nginx/nginx.conf + # ************************ # Load our Nginx.conf file # ************************