The trick with pre-compressed files is to have a separate process doing the
compression and doing a test inside nginx for the existence of this
compressed file.

Ea.
if file.jpg.extracompressed exists then serve directly from filesystem
else do something with zlib.

Ea2. http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html
http://www.cambus.net/serving-precompressed-content-with-nginx-and-zopfli/

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?2,252064,252184#msg-252184

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to