> We have a test url that is located on upstream that we query regularly > to check if upstream storage is available and how fast it is to > respond. This test url is obviously excluded from caching in ats. > > In cache.config: > url_regex=.*/full/path/to/test/file.txt$ action=never-cache
I had missed the relevant section from parent.config in my previous letter. url_regex=.*/full/path/to/test/file.txt$ go_direct=true I'm pretty sure that with this config, requests are not supposed to go through parent... Veiko