You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
It is nice to have the option to do computationally intensive compression during build time rather than leave files uncompressed and pass the buck to nginx. I wanted to open a pull request to turn nginx's gzip_static flag to on. Unfortunately, the distribution of nginx used by this buildpack does not include the gzip static module.
It is nice to have the option to do computationally intensive compression during build time rather than leave files uncompressed and pass the buck to nginx. I wanted to open a pull request to turn nginx's gzip_static flag to on. Unfortunately, the distribution of nginx used by this buildpack does not include the gzip static module.
For reference:
http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html
The text was updated successfully, but these errors were encountered: