mirror of
https://github.com/google/brotli.git
synced 2026-07-09 02:08:06 +00:00
nginx: version 1020001 instead of 1021003 #396
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @klevinkona on GitHub (Sep 11, 2021).
nginx[12337]: nginx: [emerg] module "/etc/nginx/modules/ngx_http_brotli_filter_module.so" version 1020001 instead of 1021003
nginx version: nginx/1.21.3
i did tested v1.0.9 and v1.0.8 but same result.
@osokin commented on GitHub (Jun 28, 2023):
@klevinkona NGINX reported that module is incompatible with its current version (1021003), because that module is built for another version (1020001). The module needs to be rebuilt.