Just nginx rpm package
- Rebuild NGINX with custom OpenSSL for HTTP/2 via ALPN
- built with OpenSSL 1.0.2l
Starting from NGINX 1.9.11, we can also compile module as a dynamic module and load the module in our nginx.conf
via the load_module directive, for example:
load_module /etc/nginx/modules/ngx_http_image_filter_module.so;
This build includes the following modules as dynamic modules: