google / brotli

Brotli compression format
MIT License
13.47k stars 1.23k forks source link

nginx: version 1020001 instead of 1021003 #928

Open klevinkona opened 3 years ago

klevinkona commented 3 years ago

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 1 year ago

@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.