mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Merge pull request #109 from stefanobaldo/patch-1
Directive include should be terminated by ";"
This commit is contained in:
commit
52254428b3
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ The server_names_hash settings allows Nginx Server to load this very large list
|
|||
|
||||
**MAKE SURE** that your nginx.conf file contains the following include directive. If it's commented out make sure to uncomment it or none of this will work.
|
||||
|
||||
- `include /etc/nginx/conf.d/*`
|
||||
- `include /etc/nginx/conf.d/*;`
|
||||
|
||||
|
||||
************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue