Not sure if you picked up that the gzip files aren't automatically created for 
you within Naviserver. But they are automatically refreshed. So you need to 
manually create an initial gzipped version of all the files you want to deliver 
gzip encoded.

Once the initial gzipped version exists, naviserver will deliver it, and 
re-gzip if the static file is updated.

Daniel's filter is one way of achieving the initial gzipping.
Ah ha!  No, missed that important detail! Thank you!

DONE!

find . -name '*.css' -exec gzip -9 -f -k {} \;


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to