Thanks we just tried enabling gzip for javascript files:
gzip on;
gzip_types application/javascript text/javascript;
But the same thing happened.
This is the error we get from nginx:
2016/09/20 15:37:31 [error] 25#25: *874574 upstream prematurely closed connection while reading response header from upstream
Any more ideas?
Thanks,
Mike
gzip on;
gzip_types application/javascript text/javascript;
But the same thing happened.
This is the error we get from nginx:
2016/09/20 15:37:31 [error] 25#25: *874574 upstream prematurely closed connection while reading response header from upstream
Any more ideas?
Thanks,
Mike