Skip to content

nginx-with-docker/prebuilt-nginx-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

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