Nginx开启brotli报错 发表于 2026-01-09 更新于 2026-03-03 分类于 技术分享 报错如下: 1nginx: [emerg] module "/opt/nginx/modules/ngx_http_brotli_filter_module.so" version 1028001 instead of 1026002 in /opt/nginx/conf/nginx.conf:1 原因是编译brotli的nginx和最终使用的nginx版本不一致,需要将版本统一一下就好了。