Skip to content

10.2.0: Add brotli support for Ubuntu 20.04

Latest
Compare
Choose a tag to compare
@adobejmong adobejmong released this 18 Aug 19:16
· 8 commits to master since this release
615bf0e

Added

  • Add NGINX_VERSION and set to 1.22.0 which is the latest available nginx-light and libnginx-mod-brotli version on https://launchpad.net/~ondrej/+archive/ubuntu/nginx
  • Add SERVER_ENABLE_NGX_BROTLI env var. If set to true, it will enable the brotli configuration in nginx.conf
  • Add SERVER_SHOW_NGINX_CONF env var. If set to true, it will dump the contents of nginx.conf during start up. Useful when debugging
  • Add brotli modules and default configuration in nginx.conf
  • Add brotli goss / dgoss tests

Updated

  • Fix the sed for loading the njs module in nginx.conf. Introduced in 10.1.0