Nginx to real time minifying

pablo platt pablo.platt at gmail.com
Fri Sep 2 11:51:01 UTC 2016


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 <brentgclarklist at gmail.com>
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
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20160902/700c23b2/attachment.html>


More information about the nginx mailing list