From c230edac2daf08a649c3bd8dfbcb8deebe43dccd Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Thu, 20 Jun 2019 13:37:57 +0200 Subject: [PATCH] Debug Nginx issue on Travis Container Ref: #264 --- .dev-tools/install-nginx-testing-of-changes.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.dev-tools/install-nginx-testing-of-changes.sh b/.dev-tools/install-nginx-testing-of-changes.sh index a12cceb90..de5599176 100644 --- a/.dev-tools/install-nginx-testing-of-changes.sh +++ b/.dev-tools/install-nginx-testing-of-changes.sh @@ -55,6 +55,10 @@ sudo cp ${TRAVIS_BUILD_DIR}/conf.d/globalblacklist-testing-version.conf /etc/ngi printf '\n%s\n%s\n%s\n\n' "########################" "Force Reloading of Nginx" "########################" sudo service nginx reload +# Debug Nginx on Travis +sudo nginx -t +sudo nginx -s reload + # ********************** # Now Run our Curl Tests # **********************