deps - patch modsecurity-nginx to load it before brotli module

This commit is contained in:
florian 2023-12-23 18:15:28 +01:00
parent 8b0c8de428
commit 35d46f424a
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500

View file

@ -126,6 +126,7 @@ if test -n "$ngx_module_link"; then
ngx_http_v2_filter_module \
ngx_http_range_header_filter_module \
ngx_http_gzip_filter_module \
ngx_http_brotli_filter_module \
$ngx_module_name \
$modsecurity_dependency";