Fix config file in EnginTron [ci skip]

This commit is contained in:
Mitchell Krog 2018-04-15 13:37:17 +02:00
parent 3ffd07fbd4
commit 74212d1076
No known key found for this signature in database
GPG key ID: EA1DD210CACCC45E

View file

@ -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
}