Module ngx_http_gzip_static_module

The ngx_http_gzip_static_module module allows sending precompressed files with the “.gz” filename extension instead of regular files.

This module is not built by default, it should be enabled with the --with-http_gzip_static_module configuration parameter.

gzip_static

Syntax: gzip_static on | off | always; Default:

2017-02-09 07:06:22