mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Fix to custom_rules to retain include files in /etc/conf.d/ folder.
Needs testing by EngineTron users.
This commit is contained in:
parent
941d52df58
commit
b43fc03e77
1 changed files with 2 additions and 0 deletions
|
@ -91,3 +91,5 @@
|
|||
set $CACHE_BYPASS_FOR_DYNAMIC 1; # Disables micro-caching
|
||||
# set $CACHE_BYPASS_FOR_STATIC 1; # Disables static file caching
|
||||
}
|
||||
include /etc/nginx/conf.d/globalblacklist.conf;
|
||||
include /etc/nginx/conf.d/botblocker-nginx-settings.conf;
|
||||
|
|
Loading…
Add table
Reference in a new issue