Skip to content

hungdq11/nginx-rpm-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

nginx-rpm-package

Just nginx rpm package

OpenSSL

  • Rebuild NGINX with custom OpenSSL for HTTP/2 via ALPN
  • built with OpenSSL 1.0.2l

Dynamic module

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: