V2.2017.05 - Major Version Update (Typo Corrections)

This commit is contained in:
Mitchell Krog 2017-03-02 12:54:45 +02:00
parent f19f327dcb
commit 1091b89f33
2 changed files with 6 additions and 0 deletions

View file

@ -100,8 +100,11 @@ Use nano, vim or any other text editor to edit (if needed) blacklist-user-agents
The important settings file above adds the rate limiting functions and hash_bucket settings for nginx for you. Below is what the file contains, you cn add these manually to your nginx.conf file if you so please but the include file above will do it for you ad nginx loads any .conf file in /etc/conf.d (See STEP 6)
> server_names_hash_bucket_size 64;
> server_names_hash_max_size 4096;
> limit_req_zone $binary_remote_addr zone=flood:50m rate=90r/s;
> limit_conn_zone $binary_remote_addr zone=addr:50m;
**PLEASE NOTE:** The above rate limiting rules are for the DDOS filter, it may seem like high values to you but for wordpress sites with plugins and lots of images, it's not. This will not limit any real visitor to your Wordpress sites but it will immediately rate limit any aggressive bot. Remember that other bots and user agents are rate limited using a different rate limiting rule at the bottom of the globalblacklist.conf file.

View file

@ -208,8 +208,11 @@ Use nano, vim or any other text editor to edit (if needed) blacklist-user-agents
The important settings file above adds the rate limiting functions and hash_bucket settings for nginx for you. Below is what the file contains, you cn add these manually to your nginx.conf file if you so please but the include file above will do it for you ad nginx loads any .conf file in /etc/conf.d (See STEP 6)
> server_names_hash_bucket_size 64;
> server_names_hash_max_size 4096;
> limit_req_zone $binary_remote_addr zone=flood:50m rate=90r/s;
> limit_conn_zone $binary_remote_addr zone=addr:50m;
**PLEASE NOTE:** The above rate limiting rules are for the DDOS filter, it may seem like high values to you but for wordpress sites with plugins and lots of images, it's not. This will not limit any real visitor to your Wordpress sites but it will immediately rate limit any aggressive bot. Remember that other bots and user agents are rate limited using a different rate limiting rule at the bottom of the globalblacklist.conf file.