mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
ADD Nginx Mainstream Test (Step 12)
This commit is contained in:
parent
545e26419d
commit
ada194050d
1 changed files with 5 additions and 1 deletions
|
@ -53,6 +53,10 @@
|
|||
#sudo apt-get -y autoremove
|
||||
sudo rm -rfv /etc/nginx/mybots.d/
|
||||
sudo rm -rfv /etc/nginx/myconf.d/
|
||||
sudo rm /etc/nginx/conf.d/*
|
||||
sudo rm /etc/nginx/bots.d/*
|
||||
sudo rm /etc/nginx/sites-available/default
|
||||
sudo rm /etc/nginx/nginx.conf
|
||||
ls -la /etc/nginx/
|
||||
|
||||
# *****************************
|
||||
|
@ -66,7 +70,7 @@ sudo apt-get install -y --assume-yes nginx-extras
|
|||
#sudo apt-get -y dist-upgrade
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue