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
  • References/Server/Nginx/Modules reference/ngx_http_gzip_static_module

Syntax: gzip_static on | off | always; Default:

2025-01-10 15:47:30