The gzip module compresses in realtime (uses the CPU): http://nginx.org/en/docs/http/ngx_http_gzip_module.html
The gzip_static module use existing compressed files: http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html On Fri, Sep 2, 2016 at 2:43 PM, Brent Clark <[email protected]> wrote: > Good day Guys > > I heard companies like cloudflare have an option for minifying on their > proxies. > > I would like to ask, is there such a feature for nginx. > > Is there a third party module? > > Many thanks > > Brent > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
