We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jetty (and hence noir) can be configured to serve .gz files if they exist, so dieter should make them exist.
The text was updated successfully, but these errors were encountered:
I read up briefly on this topic here http://cemerick.com/2011/04/22/adding-gzip-compression-to-a-clojure-webapp-in-30-seconds/ and he doesn't mention anything about having to write the .gz files. Are you hoping to avoid jetty having to do the gzipping?
Sorry, something went wrong.
See gzip at the top of: http://jetty.codehaus.org/jetty/jetty-6/apidocs/org/mortbay/jetty/servlet/DefaultServlet.html
So it looks like we need both.
No branches or pull requests
Jetty (and hence noir) can be configured to serve .gz files if they exist, so dieter should make them exist.
The text was updated successfully, but these errors were encountered: