Fix bypass.
This commit is contained in:
parent
803638bec5
commit
40b5d41f9d
|
@ -11,7 +11,7 @@ add_header X-Proxy-Cache $upstream_cache_status; # add response header to indica
|
||||||
|
|
||||||
# bypass - this will bypass cache hit on request (status BYPASS)
|
# bypass - this will bypass cache hit on request (status BYPASS)
|
||||||
# but still stores file in cache if cache conditions are met
|
# but still stores file in cache if cache conditions are met
|
||||||
proxy_cache_bypass $cookie_nocache $arg_nocache $skyd_disk_cache_enabled;
|
proxy_cache_bypass $cookie_nocache $arg_nocache "1";
|
||||||
|
|
||||||
# no cache - this will ignore cache on request (status MISS)
|
# no cache - this will ignore cache on request (status MISS)
|
||||||
# and does not store file in cache under no condition
|
# and does not store file in cache under no condition
|
||||||
|
|
Reference in New Issue