mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Fix config file in EnginTron [ci skip]
This commit is contained in:
parent
3ffd07fbd4
commit
74212d1076
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@
|
|||
#
|
||||
# Note: Don't include the "http(s)://" portion of a URL.
|
||||
#
|
||||
if ($SITE_URI ~* "nirmoladda.com|nirmoladda.com/login|nirmoladda.com/register|nirmoladda.com/logout|nirmoladda.com/admin.php") {
|
||||
if ($SITE_URI ~* "website1.com|website2.com/login|") {
|
||||
set $CACHE_BYPASS_FOR_DYNAMIC 1; # Disables micro-caching
|
||||
# set $CACHE_BYPASS_FOR_STATIC 1; # Disables static file caching
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue