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
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;