Re: keep-alive message flood.

2015-02-12 Thread Eliezer Croitoru
Hey Ian, I am not nginx expert but I would try by mimicking a similar setup with a proxy to understand how it runs. If you can get tcpdump dumps from the client and server side you might be able to notice the different sides of the issue. If your nginx server is doing it's job then you will pro

keep-alive message flood.

2015-02-12 Thread Ian
Hi all, I am running an application that uses the nginx_http_push_module-0.712 push module. The relevant set up is server { listen 443 default ssl; ## SSL Certs ssl on; ssl_certificate /ssl_keys/coachmaster.co.uk.crt; ssl_certificate_key /ssl_keys/coachmaster.co.uk.key;