Re: prevent nginx from translate 303 responses (see other) to 302 (temporary redirect)

2018-01-22 Thread plrunner
Great. proxy_http_version 1.1; did the trick. Thank you. PL Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278217,278223#msg-278223 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

prevent nginx from translate 303 responses (see other) to 302 (temporary redirect)

2018-01-22 Thread plrunner
Hi, I have an apache webserver in front of which I put my nginx 1.12.2 that is running with a basic proxy_pass configuration. I have done this a million times, even with more complex cofigurations. Everything works perfectly except one thing I recently noticed: the login phase consists of a POST

Re: fail_timeout in upstream not rescpeted?

2017-01-30 Thread plrunner
Thank you very much for the quick reply. OK, it's pretty clear now. I've read the "zone" directive is available since nginx v1.9. For sake of other readers as well, does this mean that what am addressing here is not possible to be solved in previous versions, isn't it? Paolo Posted at Nginx Fo

fail_timeout in upstream not rescpeted?

2017-01-29 Thread plrunner
Hi everybody, I am running nginx v1.11 and I noticed something pretty weird in my error.log. I have fail_timeout=1800s along with max_fails=1 in my upstream and proxy_next_upstream is set to "error timeout", so I expect an upstream host to be taken off the list for 30 minutes just after the first