mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Readme Installation Instructions Updated
This commit is contained in:
parent
131ad4dcce
commit
ff950dbb1a
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -189,6 +189,10 @@ To monitor your top referer's for a web site's log file's on a daily basis use t
|
|||
##Step 1:
|
||||
Copy the contents of **/conf.d/globalblacklist.conf** into your /etc/nginx/conf.d folder.
|
||||
|
||||
`cd /etc/nginx/conf.d`
|
||||
|
||||
`sudo wget https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/conf.d/globalblacklist.conf`
|
||||
|
||||
Make sure to click on RAW button to get the full plain text file without any funny formatting.
|
||||
The RAW version is always here:
|
||||
https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/conf.d/globalblacklist.conf
|
||||
|
@ -196,12 +200,20 @@ https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/
|
|||
##Step 2:
|
||||
|
||||
- From your command line in Linux type
|
||||
|
||||
`sudo mkdir /etc/nginx/bots.d `
|
||||
|
||||
`cd /etc/nginx/bots.d
|
||||
|
||||
- copy the blockbots.conf file into that folder
|
||||
|
||||
`sudo wget https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/bots.d/blockbots.conf`
|
||||
|
||||
|
||||
- copy the ddos.conf file into the same folder
|
||||
|
||||
`sudo wget https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/bots.d/ddos.conf`
|
||||
|
||||
Again make sure to get the RAW (unformatted) code from:
|
||||
- https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/bots.d/blockbots.conf
|
||||
- https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/bots.d/ddos.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue