-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Compress http responses #66
Comments
I have been successful on alpha-vlo.clarin.eu (Scientific Linux 7) with the following additions to
This approach should also work on vlo.clarin.eu (CentOS). On beta, which uses nginx, it should be as easy as following this guide. Make sure to use the same list of mime types:
and that CSS and JS files are matched with the right mime type. |
For docker compose based deployment scenarios, nginx proxy handles this. See https://gitlab.com/CLARIN-ERIC/compose_vlo/issues/7 |
Follow up of #28: compress http responses to reduce response time. This can be achieved through the Tomcat configuration, as described in this article as well as the official documentation.
Example
server.xml
snippet (from the article, not tailored for the VLO!):The admin(s) should check wether this works as intended with the Apache and/or nginx proxies.
See Component Registry #15 for a similar proposal.
The text was updated successfully, but these errors were encountered: