mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Readme Updated - sample nginx.conf file added
This commit is contained in:
parent
54c1250652
commit
2f90dfcc85
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ Again make sure to get the RAW (unformatted) code from:
|
||||||
- `sudo nano /etc/nginx/nginx.conf`
|
- `sudo nano /etc/nginx/nginx.conf`
|
||||||
|
|
||||||
#####Add the following settings and rate limiting zones near the top of your nginx.conf file. This is both for the Anti DDOS rate limiting filter and for allowing Nginx to load this very large set of domain names into memory.
|
#####Add the following settings and rate limiting zones near the top of your nginx.conf file. This is both for the Anti DDOS rate limiting filter and for allowing Nginx to load this very large set of domain names into memory.
|
||||||
**see sample-nginx.conf file in the root of this repository**
|
**see SAMPLE-nginx.conf file in the root of this repository**
|
||||||
|
|
||||||
- `server_names_hash_bucket_size 64;`
|
- `server_names_hash_bucket_size 64;`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue