Re: Gzip issue with Safari

2016-05-18 Thread mcofko
Let me try to explain it a little more detailed. My main problem: "But the problem appears in Safari which doesn't accept .gz file type extension", which means although we have enabled gziping on nginx and it's working on Chrome perfectly (we know this looking at network tab in developer tools, wh

Re: Gzip issue with Safari

2016-05-16 Thread mcofko
Could you be a little more specific? I have the right configuration on nginx regarding pvr and dds types, it's: application/octet-stream...how could I modify the gzip extension to something else than .gz? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,266915,266918#msg-266918

Gzip issue with Safari

2016-05-16 Thread mcofko
Hi all, we have successfully enable gziping on the server side and it works perfectly with Chrome and FF (it auto compress the files that we want). We're using compressed assets of type: .dds and .pvr. MIME-types for those files are: application/octet-stream. But the problem appears in Safari whic