Module ngx_http_gunzip_module

The ngx_http_gunzip_module module is a filter that decompresses responses with “Content-Encoding: gzip” for clients that do not support “gzip” encoding method. The module will be useful when it is desirable to store data compressed to save space and reduce I/O costs.

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

gunzip
  • References/Server/Nginx/Modules reference/ngx_http_gunzip_module

Syntax: gunzip on | off; Default: gunzip off;

2025-01-10 15:47:30
gunzip_buffers
  • References/Server/Nginx/Modules reference/ngx_http_gunzip_module

Syntax: gunzip_buffers number size; Default: gunzip_buffers

2025-01-10 15:47:30