https://github.com/openresty/headers-more-nginx-module/tags
==============================================
nginx -t
ngx_http_headers_more_filter_module.so" is not binary compatible
./configure --prefix=/home/nginx --add-dynamic-module=/home/headers-more-nginx-module-0.33
after
./configure --prefix=/home/nginx --add-dynamic-module=/home/headers-more-nginx-module-0.33 --with-compat
====================================================
nginx.conf
load_module modules/ngx_http_headers_more_filter_module.so;
httpd {
more_set_headers "Server: is";
|