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