-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnginx-modules.json
91 lines (90 loc) · 3.31 KB
/
nginx-modules.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"auth-spnego": {
"description": "3rd-party kerberos authentication dynamic module",
"url": "https://github.com/stnoonan/spnego-http-auth-nginx-module"
},
"brotli": {
"description": "3rd-party brotli compression dynamic modules",
"url": "https://github.com/google/ngx_brotli"
},
"echo": {
"description": "Brings 'echo', 'sleep', 'time', 'exec' and more shell-style goodies to Nginx config file",
"url": "https://github.com/openresty/echo-nginx-module"
},
"encrypted-session": {
"description": "3rd-party encrypted session dynamic module",
"url": "https://github.com/openresty/encrypted-session-nginx-module"
},
"fips-check": {
"description": "3rd-party FIPS status check dynamic module",
"url": "https://github.com/ogarrett/nginx-fips-check-module"
},
"geoip": {
"description": "GeoIP dynamic modules",
"url": "https://nginx.org/en/docs/stream/ngx_stream_geoip_module.html"
},
"geoip2": {
"description": "3rd-party GeoIP2 dynamic modules",
"url": "https://github.com/leev/ngx_http_geoip2_module"
},
"headers-more": {
"description": "3rd-party headers-more dynamic module",
"url": "https://github.com/openresty/headers-more-nginx-module"
},
"image-filter": {
"description": "image filter dynamic module",
"url": "https://nginx.org/en/docs/http/ngx_http_image_filter_module.htm"
},
"lua": {
"description": "3rd-party Lua dynamic modules",
"url": "https://github.com/openresty/lua-nginx-module"
},
"ndk": {
"description": "3rd-party NDK dynamic module",
"url": "https://github.com/vision5/ngx_devel_kit"
},
"njs": {
"description": "njs dynamic modules",
"url": "https://nginx.org/en/docs/njs/"
},
"opentracing": {
"description": "3rd-party OpenTracing dynamic module",
"url": "https://github.com/opentracing-contrib/nginx-opentracing"
},
"otel": {
"description": "NGINX Native OpenTelemetry (OTel) Module",
"url": "https://github.com/nginxinc/nginx-otel"
},
"passenger": {
"description": "3rd-party Passenger dynamic module",
"url": "https://www.phusionpassenger.com/library/config/nginx/intro.html"
},
"perl": {
"description": "Perl dynamic module",
"url": "http://nginx.org/en/docs/http/ngx_http_perl_module.html"
},
"rtmp": {
"description": "3rd-party RTMP dynamic module",
"url": "https://github.com/arut/nginx-rtmp-module"
},
"set-misc": {
"description": "3rd-party set-misc dynamic module",
"url": "https://github.com/openresty/set-misc-nginx-module"
},
"subs-filter": {
"description": "3rd-party substitution dynamic module",
"url": "https://www.nginx.com/resources/wiki/modules/substitutions/"
},
"vts": {
"description": "3rd-party virtual host traffic status dynamic module",
"url": "https://github.com/vozlt/nginx-module-vts"
},
"xslt": {
"description": "xslt dynamic module",
"url": "https://nginx.org/en/docs/http/ngx_http_xslt_module.html"
},
"zip": {
"description": "3rd-party zip dynamic module",
"url": "https://github.com/evanmiller/mod_zip"
}
}