mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
deps - patch modsecurity-nginx to load it before brotli module
This commit is contained in:
parent
8b0c8de428
commit
35d46f424a
1 changed files with 1 additions and 0 deletions
1
src/deps/src/modsecurity-nginx/config
vendored
1
src/deps/src/modsecurity-nginx/config
vendored
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue