ADD Nginx Mainstream Test (Step 8)

This commit is contained in:
Mitchell Krog 2017-10-03 15:07:06 +02:00
parent a759cfd1c9
commit 48a61ef2a5
No known key found for this signature in database
GPG key ID: 2BB9A077C8DD6994

View file

@ -43,18 +43,25 @@
# Start Getting Nginx Ready for Testing the Nginx Bad Bot Blocker # Start Getting Nginx Ready for Testing the Nginx Bad Bot Blocker
# *************************************************************** # ***************************************************************
# ***************************** # ***********************************
# Lets Install Mainstream Nginx # Lets Uninstall Current Nginx 1.12.1
# ***************************** # ***********************************
sudo apt-get -y remove nginx sudo apt-get -y remove nginx
sudo apt-get -y remove nginx-extras sudo apt-get -y remove nginx-extras
sudo apt-get -y install software-properties-common sudo apt-get -y install software-properties-common
sudo apt-get -y autoremove
# *****************************
# Lets Install Mainstream Nginx
# *****************************
mainstreamnginx=development mainstreamnginx=development
sudo add-apt-repository -y ppa:nginx/$mainstreamnginx sudo add-apt-repository -y ppa:nginx/$mainstreamnginx
sudo apt-get update sudo apt-get update
sudo apt-get install -y --assume-yes nginx-extras sudo apt-get install -y --assume-yes nginx-extras
sudo nginx -V sudo nginx -V
sudo nginx -t
sudo service nginx start sudo service nginx start
# Find where Nginx Mainstream Installed to and Find The Service or We Have to Enable it # Find where Nginx Mainstream Installed to and Find The Service or We Have to Enable it