tokers / zstd-nginx-module

Nginx modules for the Zstandard compression
BSD 2-Clause "Simplified" License
196 stars 23 forks source link

bugfix: fix module order to avoid taking effect before other modules such as sub filter module #31

Closed HanadaLee closed 7 months ago

HanadaLee commented 7 months ago

The related issue: https://github.com/tokers/zstd-nginx-module/issues/30

This pull request refers to the ngx_brotli module to avoid compression before ngx_http_sub_module takes effect.

tokers commented 7 months ago

@HanadaLee Thanks for the PR! Merged it.