Clojure(Script) webapp on Heroku - deployment options for gzipping static resources? -
i have clojure(script) webapp deployed via heroku - options compressing (via gzip) static resources?
here's i've gathered far:
ring-gzip-middlewaregzip everything, don't want repeatedly static resources.- this article suggests deploying regular java webapp , specifying gzip init param jetty defaultservlet in web.xml. i'd rather keep deployment simple w/ heroku clojure buildpack if possible.
- this thread suggests using nginx reverse proxy. sounds promising, in conjunction nginx-buildpack - have more details how achieve this?
Comments
Post a Comment