Closed tokers closed 6 years ago
I'm going to write the ngx_http_zstd_static_module for the pre-compressed zstd files.
ngx_http_zstd_static_module
This module will be similar with ngx_http_gzip_static_module.
ngx_http_gzip_static_module
I have pushed the commit https://github.com/tokers/zstd-nginx-module/commit/1ba7af9d58a1036b93b9f43662d0bd96913542ec to introduce this module.
I'm going to write the
ngx_http_zstd_static_module
for the pre-compressed zstd files.This module will be similar with
ngx_http_gzip_static_module
.