Debug Nginx issue on Travis Container Ref: #264

This commit is contained in:
Mitchell Krog 2019-06-20 13:37:57 +02:00
parent 187b015d72
commit c230edac2d
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

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