Re: Exclude specific location from cache

2015-12-24 Thread Dewangga Bachrul Alam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello! On 12/24/2015 04:28 PM, Maxim Konovalov wrote: > On 12/24/15 12:24 PM, Dewangga Bachrul Alam wrote: >> Sorry I forgot something, I'm using Nginx Plus R7. > > [...] > > Hi Dewangga, > > please open a support ticket. Our engineers will help

Re: Exclude specific location from cache

2015-12-24 Thread Maxim Konovalov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/24/15 12:24 PM, Dewangga Bachrul Alam wrote: > Sorry I forgot something, I'm using Nginx Plus R7. > [...] Hi Dewangga, please open a support ticket. Our engineers will help you with that in a minute. - -- Maxim Konovalov -BEGIN PGP SIGN

Re: Exclude specific location from cache

2015-12-24 Thread Dewangga Bachrul Alam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sorry I forgot something, I'm using Nginx Plus R7. nginx version: nginx/1.9.4 (nginx-plus-http2-r7-p1) built by gcc 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) built with OpenSSL 1.0.1e-fips 11 Feb 2013 TLS SNI support enabled configure arguments: --buil

Exclude specific location from cache

2015-12-24 Thread Dewangga Bachrul Alam
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello! Currently my configuration looks like this : map $request_method $purge_method { PURGE 1; default 0; } map $arg_geoloc $bypass { default 1; 1 0; } # Exclude from cache # Expected URL http://domain.tld/ locatio