mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
- PLEASE READ UPDATED CONFIGURATION INSTRUCTIONS - PLEASE READ CHANGELOG - New Custom Include File (/etc/nginx/bots.d/blacklist-user-agents.conf ) for Blacklisting your own User-Agents which will not get wiped out with updates - New include file (/etc/nginx/conf.d/botblocker-nginx-settings.conf) for having the important nging settings automatically included into your nginx.conf for you. - New Bash Installer Script for Easy Installation and Copying Files Directly from the Repo - Important to note changes in this Version Update as you will get EMERG errors if you are missing any of the new include files
4 lines
No EOL
179 B
Text
4 lines
No EOL
179 B
Text
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; |