Re: How to close client HTTP/2 connections?

2018-11-23 Thread filex
> Why do you want to do this? In a cluster of many nginx servers we had one faulty node that was delivering only errors. In that special case a default vhost replied an "domain not configured" error, because the underlying configuration was inaccessible. The health check was not firing, because su

How to close client HTTP/2 connections?

2018-11-23 Thread filex
Hello, we use NGINX as http/2 and TLS offloader. Therefore it is responsible for connection handling. (Most of the requests are proxy_pass'ed to upstream servers. However, some few requests are served from local files.) Now, I would like to close the client connection under certain circumstances.