Skip to content

nginx-with-docker/prebuilt-nginx-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-Built Nginx Modules

A bunch of useful pre-built modules for nginx, can be used directly in docker or Debian/Ubuntu.

Build Env

Nginx Images

**Current Nginx program version: 1.21.0 **

Module Name Author Module Description Module Version
array-var-nginx-module @openresty array-var-nginx-module - Add support for array-typed variables to nginx config files. 0.05
ngx_dynamic_upstream @cubicdaiya ngx_dynamic_upstream is the module for operating upstreams dynamically with HTTP APIs such as ngx_http_upstream_conf. 0.1.6
ngx_http_echo_module @openresty ngx_echo - Brings "echo", "sleep", "time", "exec" and more shell-style goodies to Nginx config file. 0.62
encrypted-session-nginx-module @openresty encrypted-session-nginx-module - encrypt and decrypt nginx variable values. 0.08
headers-more-nginx-module @openresty ngx_headers_more - Set and clear input and output headers...more than "add"! 0.33
nginx-http-flv-module @winshining Media streaming server based on nginx-rtmp-module. 1.2.9
ngx_http_redis @Sergey A. Osokin You can use this module to perform simple caching. 0.3.9
memc-nginx-module @openresty An extended version of the standard memcached module that supports set, add, delete, and many more memcached commands. 0.19
set-misc-nginx-module @openresty ngx_set_misc - Various set_xxx directives added to nginx's rewrite module (md5/sha1, sql/json quoting, and many more). 0.32
nginx-push-stream-module @wandenberg A pure stream http push technology for your Nginx setup. Comet made easy and really scalable. 1cdc015
redis2-nginx-module @openresty ngx_redis2 - Nginx upstream module for the Redis 2.0 protocol 0.15
ngx_http_substitutions_filter_module @yaoweibin a filter module which can do both regular expression and fixed string substitutions for nginx b8a71ea
redis2-nginx-module @arut NGINX-based Media Streaming Server 1.2.2
srcache-nginx-module @openresty Transparent subrequest-based caching layout for arbitrary nginx locations. 0.32
testcookie-nginx-module @kyprizel simple robot mitigation module using cookie based challenge/response technique. Not supported any more. 5113746
nginx-ts-module @arut NGINX MPEG-TS Live Module. ef2f874
nginx-upload-module @fdintino A module for nginx web server for handling file uploads using multipart/form-data encoding (RFC 1867). 643b4c1
ngx_http_vhost_traffic_status_module @vozlt Nginx virtual host traffic status module. 0.1.18
ngx_http_waf_module @ADD-SP Handy, High performance Nginx firewall module. 3.1.6
ngx_http_xss_filter_module @openresty xss-nginx-module - Native cross-site scripting support in nginx 0.06

For Alpine, you can use image with -alpine suffix, eg:

  • debian: soulteary/prebuilt-nginx-modules:headers-more-1.21.0
  • alpine: soulteary/prebuilt-nginx-modules:headers-more-1.21.0-alpine

Nginx Versions

Below are other available nginx versions.

  • 1.21.0
  • 1.20.0
  • 1.19.10
  • 1.19.9
  • 1.19.8
  • 1.19.7

Releases

No releases published

Packages

No packages published