Redirect request based on request type in case of error

2018-01-08 Thread devkuamr
Hi, I want to redirect GET request to another server in case of errors. I am using the below configuration but nginx is having problem while starting with this configuration. worker_processes 8; events { worker_connections 1024; } http { include mime.types;

What does send_timeout?

2018-01-08 Thread floriante
I read the documentation but didnt quiet get it. What does send_timeout actually do? Can you please explain me with an example? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,278042,278042#msg-278042 ___ nginx mailing list nginx@nginx.org ht

upstream (tcp stream mode) doesn't detect connecton failure

2018-01-08 Thread Cecile, Adam
Hello, I'm using this quite complicated setup involving SNI routing and proxy_protocol but I'm stuck on something. Here is the configuration file: http://paste.debian.net/hidden/62e13f9c/ Routing, proxy_protocol, logging stuff is working just fine, the only (quite critical issue) is that t

OCSP stapling priming and logging

2018-01-08 Thread Thomas Valentine
I've spent a bit of time setting up my server with SSL, and checking for OCSP stapling to be working - couldn't work out why it wasn't sending the OCSP reply but it's as I was querying the server as the first hit before it had primed the response. This isn't mentioned in the online docs as to how i