mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 11:10:47 +00:00
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; |