mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Debug Nginx issue on Travis Container Ref: #264
This commit is contained in:
parent
187b015d72
commit
c230edac2d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
# **********************
|
||||
|
|
Loading…
Add table
Reference in a new issue