mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
This example includes a modified /utilities/https_vhosts.php file which will do the includes for you on any vhosts you create using Enginetron. Please use this example ONLY as a guide.
4 lines
No EOL
179 B
Text
Executable file
4 lines
No EOL
179 B
Text
Executable file
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; |