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 6)
This commit is contained in:
parent
483f2d32df
commit
838724f400
1 changed files with 4 additions and 2 deletions
|
@ -56,11 +56,13 @@ sudo apt-get update
|
|||
sudo apt-get install -y --assume-yes nginx-extras
|
||||
sudo nginx -V
|
||||
|
||||
# Find where Nginx Mainstream Installed to
|
||||
# Find where Nginx Mainstream Installed to and Find The Service or We Have to Enable it
|
||||
|
||||
ls -la /etc/
|
||||
ls -la /etc/nginx/
|
||||
sudo service nginx restart
|
||||
sudo service nginx reload
|
||||
|
||||
sudo systemctl status nginx.service
|
||||
|
||||
# **************************************
|
||||
# Make Sure We Cleanup From Nginx Test 3
|
||||
|
|
Loading…
Add table
Reference in a new issue