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 # ************************