mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 06:15:06 +00:00
add check_nginx_directives()
* check for & disable conflicting nginx directives in conf.d/botblocker-nginx-settings.conf fixes https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/issues/156 * tidy up some whitespace in include_filelist.txt
This commit is contained in:
parent
e00df71ebc
commit
b49fd65b5f
3 changed files with 44 additions and 15 deletions
|
@ -11,6 +11,7 @@
|
|||
##############################################################################
|
||||
|
||||
# Version 1.1
|
||||
# ! new directives also to be added to include_filelist.txt ! #
|
||||
|
||||
server_names_hash_bucket_size 128;
|
||||
server_names_hash_max_size 4096;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue