Unable log out of some applications.

Max nginxyz at mail.ru
Thu Feb 9 14:34:03 UTC 2012


09 февраля 2012, 15:56 от "keef" <nginx-forum at nginx.us>:
> We have a at least a two web applications (Zenoss & Sharepoint) behind
> nginx that we are unable to log out off!
> 
> We have many other websites (>200) also behind nginx that don't have
> this issue. Before posting the configuration I was wondering if anyone
> could take a guess at what the problem might be ?

Your nginx configuration is probably missing the following directives:

proxy_cache_bypass $http_authorization;
proxy_no_cache $http_authorization;

If you have those set, clear your browser's cache and try using different
browsers. If that doesn't help, post your complete nginx.conf.

Max


More information about the nginx mailing list