nginx-module-unzstd
Decompresses Zstd-encoded responses for clients that do not support it
Description
The ngx_unzstd module is a filter that decompresses responses with Content-Encoding: zstd for clients that do not support Zstd encoding method. It allows to save I/O by unconditional Zstd compression of responses. This complements the zstd compression module for full zstd support. To enable this module after installation, add the following to /etc/nginx/nginx.conf and reload NGINX: load_module modules/ngx_http_unzstd_filter_module.so; Alternatively, enable all installed modules by adding this line to the top of /etc/nginx/nginx.conf: include /usr/share/nginx/modules/*.conf;
Compatible with all RHEL-based distributions, including CentOS, AlmaLinux, Oracle Linux, Rocky Linux, etc.
Install
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install nginx-module-unzstd
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install nginx-module-unzstd
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install nginx-module-unzstd