Nginx Test 1 - Backup default nginx.conf file

- Needed to be able to run test 3
This commit is contained in:
Mitchell Krog 2017-08-27 10:46:27 +02:00
parent a3066578a5
commit 9132de6335
No known key found for this signature in database
GPG key ID: 2BB9A077C8DD6994
5 changed files with 471 additions and 9 deletions

View file

@ -99,15 +99,6 @@ printf '\n%s\n%s\n%s\n\n' "######################################" "Fetch instal
sudo wget https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/install-ngxblocker -O /usr/sbin/install-ngxblocker
sudo chmod +x /usr/sbin/install-ngxblocker
# *************************************************************************
# Let's create a folder for the bots.d and conf.d not using Nginx standards
# *************************************************************************
#printf '\n%s\n%s\n%s\n\n' "#####################################" "Create our Non-Standard Nginx Folders" "#####################################"
#sudo mkdir /usr/local/nginx
#sudo mkdir /usr/local/nginx/conf.d
#sudo mkdir /usr/local/nginx/bots.d
# **********************
# Run Install-NgxBlocker
# **********************