Closed simongray closed 3 years ago
Official documentation on Gzipping: https://docs.nginx.com/nginx/admin-guide/web-server/compression/
More on rate limiting: https://www.nginx.com/blog/rate-limiting-nginx/
More nginx configuration: https://www.nginx.com/blog/help-the-world-by-healing-your-nginx-configuration/
The solution to https://github.com/kuhumcst/glossematics/issues/8 will most likely be to run nginx and certbot inside Docker containers alongside the web service as part of a docker-compose configuration. Part of the challenge here is to remove web server functionality from the Jetty configuration, putting them inside nginx instead, specifically: GZipHandler and DoSFilter.