Module ngx_http_gzip_static_module | ![]() english עברית 日本語 русский türkçe news about download security advisories documentation introduction pgp keys howto faq trac wiki links books support donation nginx.com @nginxorg | ||||||
The
This module is not built by default, it should be enabled with the
Example Configuration
gzip_static on; gzip_proxied expired no-cache no-store private auth;
Directives
Enables or disables checking the existence of precompressed files. The following directives are also taken into account: gzip_http_version, gzip_proxied, gzip_disable, and gzip_vary.
The files can be compressed using the |