mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Updated Readme to include important note about adding includes within a server {} block.
This commit is contained in:
parent
def5f3dd06
commit
8afd1d9d9d
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@ agents are rate limited using a different rate limiting rule at the bottom of th
|
|||
|
||||
####Third Step:
|
||||
|
||||
Open a site config file for Nginx (just one for now) and add the following lines
|
||||
Open a site config file for Nginx (just one for now) and add the following lines.
|
||||
##### IMPORTANT: includes MUST be added within a server {} block otherwise you will get EMERG errors from Nginx
|
||||
|
||||
- `include /etc/nginx/bots.d/blockbots.conf;`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue