From 2f90dfcc851ba2c6e723ad5ea25f4b2de550d9d2 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Wed, 8 Feb 2017 17:23:45 +0200 Subject: [PATCH] Readme Updated - sample nginx.conf file added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbe7765bb..c3ff9ddd5 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Again make sure to get the RAW (unformatted) code from: - `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. -**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;`