proxy_ignore_client_abort not working on linux

2016-11-30 Thread badtzhou
I can't get proxy_ignore_client_abort to work correctly on linux. The default option is off. But when I proxy a large cacheable file, nginx doesn't close the backend connection right away when client abort the request. The backend connection was not closed until the entire file has been buffered an

Re: SNI and certs.

2016-11-30 Thread steve
On 12/01/2016 08:30 AM, Jonathan Vanasco wrote: On Nov 28, 2016, at 4:07 PM, Jeff Dyke wrote: And you do get a small SEO boost for being https forward. Not necessarily -- some SEO engines are now doing the opposite, and penalizing non-https sites. Google announced plans to start labeling

How to config the path for the dynamic module of nginx to access?

2016-11-30 Thread Ya-wen Lin
Hi, I've read the related documents and tried googling but the results are all about how to assign the path to the module's implementation c code for nginx to compile a module. My module will read/write files upon end-user's request, and my question is how to set the path so that my module will d

Re: SNI and certs.

2016-11-30 Thread Jonathan Vanasco
On Nov 28, 2016, at 4:07 PM, Jeff Dyke wrote: > And you do get a small SEO boost for being https forward. Not necessarily -- some SEO engines are now doing the opposite, and penalizing non-https sites. Google announced plans to start labeling non-https sites as "insecure" in 2017 too. It's i

Re: AW: AW: AW: AW: SNI and certs.

2016-11-30 Thread itpp2012
Lukas Tribus Wrote: --- > As I said, the best way would be to drop the TLS handshake, but nginx > doesn't support this afaik. If you mind the overhead, ssl_preread_server_name could be used for this. Posted at Nginx Forum: https://forum.nginx.o

Re: Reverse Proxy - Both Servers Returned in Logs?

2016-11-30 Thread mevans336
We've noticed that if we flip the order of the backend servers, the server the user is directed to flips. upstream prodtemp { ip_hash; server 10.0.0.107:8080 max_fails=1 fail_timeout=5s; server 10.0.0.106:8080 max_fails=1 fail_timeout=5s; keepalive 50; } That results in the user being sent t

Reverse Proxy - Both Servers Returned in Logs?

2016-11-30 Thread mevans336
We are experiencing an issue where we have Nginx configured as a reverse proxy. SSL terminates with Nginx also. On the back end are two Wildfly servers. If a session is bound to server 2 (via Nginx ip_hash) after 30 minutes the user is redirected back to server 1 and the following is logged in Ngin