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

Re: UDP Load balancing

2018-01-22 Thread Payam Chychi
On Mon, Jan 22, 2018 at 6:02 AM Sékine Coulibaly wrote: > Hi, > > I'm evaluating Nginx Plus for a UDP Load Balancer but can't make it work. > The packets are spoofed correctly on the LB side (as seen with tcpdump, > where I can see packets created, the source IP being the one of the client, > the

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

2018-01-22 Thread Maxim Dounin
Hello! On Mon, Jan 22, 2018 at 09:34:40AM -0500, plrunner wrote: > 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

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

UDP Load balancing

2018-01-22 Thread Sékine Coulibaly
Hi, I'm evaluating Nginx Plus for a UDP Load Balancer but can't make it work. The packets are spoofed correctly on the LB side (as seen with tcpdump, where I can see packets created, the source IP being the one of the client, the destination the one of the selected upstream). However, on the upstr

Re: How to correctly dedicate server processes to specific CPU cores?

2018-01-22 Thread Peter Booth
So some questions: What hardware is this? Are they 16 “real” cores or hyper threaded cores? Do you have a test case setup so you can readily measure the impact of change? Many tunings that involve numa will only show substantial results ion specific app What does cat /proc/cpuinfo | tail -28 ret