Welcome! Log In Create A New Profile

Advanced

Re[2]: Unable log out of some applications.

Max
February 09, 2012 12:42PM
09 февраля 2012, 20:29 от "keef" <nginx-forum@nginx.us>:
> Thanks for the Info Max. We're stuck with a nginx v0.8..x.x that doesn't
> includes the"proxy_cache_bypass" directive so are not able to test your
> solution justnow. I have a workaround just now and will try the
> directive again once we upgrade nginx.

You're welcome. You can try the following workaround in the meantime:

location / {
recursive_error_pages on;
error_page 409 = @no_cache;

if ($http_authorization) { return 409; }

proxy_cache zone;
proxy_pass $scheme://backend;
}

location @no_cache {
proxy_pass $scheme://backend;
}

Max
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Unable log out of some applications.

keef February 09, 2012 06:55AM

Re: Unable log out of some applications.

Max February 09, 2012 09:36AM

Re: Unable log out of some applications.

keef February 09, 2012 11:28AM

Re[2]: Unable log out of some applications.

Max February 09, 2012 12:42PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 127
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready