@@ -21,7 +21,7 @@ Table of Contents
21
21
22
22
This distribution provides two testing modules for Nginx C module development:
23
23
24
- - [ Test::Nginx::Socket] ( https://metacpan.org/pod/Test::Nginx::Socket ) (This is recommended.)
24
+ - [ Test::Nginx::Socket] ( https://metacpan.org/pod/Test::Nginx::Socket ) (This is highly recommended.)
25
25
- [ Test::Nginx::LWP] ( https://metacpan.org/pod/Test::Nginx::LWP ) (This is obsolete.)
26
26
27
27
All of them are based on [ Test::Base] ( https://metacpan.org/pod/Test::Base ) .
@@ -46,11 +46,11 @@ as in
46
46
47
47
- ngx\_ echo
48
48
49
- [ http ://github.com/agentzh /echo-nginx-module] ( http ://github.com/agentzh /echo-nginx-module)
49
+ [ https ://github.com/openresty /echo-nginx-module] ( https ://github.com/openresty /echo-nginx-module)
50
50
51
51
- ngx\_ headers\_ more
52
52
53
- [ http ://github.com/agentzh /headers-more-nginx-module] ( http ://github.com/agentzh /headers-more-nginx-module)
53
+ [ https ://github.com/openresty /headers-more-nginx-module] ( https ://github.com/openresty /headers-more-nginx-module)
54
54
55
55
- ngx\_ chunkin
56
56
@@ -62,55 +62,55 @@ as in
62
62
63
63
- ngx\_ drizzle
64
64
65
- [ http ://github.com/chaoslawful/drizzle-nginx-module] ( http ://github.com/chaoslawful/drizzle-nginx-module)
65
+ [ https ://github.com/chaoslawful/drizzle-nginx-module] ( https ://github.com/chaoslawful/drizzle-nginx-module)
66
66
67
67
- ngx\_ rds\_ json
68
68
69
- [ http ://github.com/agentzh /rds-json-nginx-module] ( http ://github.com/agentzh /rds-json-nginx-module)
69
+ [ https ://github.com/openresty /rds-json-nginx-module] ( https ://github.com/openresty /rds-json-nginx-module)
70
70
71
71
- ngx\_ rds\_ csv
72
72
73
- [ http ://github.com/agentzh /rds-csv-nginx-module] ( http ://github.com/agentzh /rds-csv-nginx-module)
73
+ [ https ://github.com/openresty /rds-csv-nginx-module] ( https ://github.com/openresty /rds-csv-nginx-module)
74
74
75
75
- ngx\_ xss
76
76
77
- [ http ://github.com/agentzh /xss-nginx-module] ( http ://github.com/agentzh /xss-nginx-module)
77
+ [ https ://github.com/openresty /xss-nginx-module] ( https ://github.com/openresty /xss-nginx-module)
78
78
79
79
- ngx\_ srcache
80
80
81
- [ http ://github.com/agentzh /srcache-nginx-module] ( http ://github.com/agentzh /srcache-nginx-module)
81
+ [ https ://github.com/openresty /srcache-nginx-module] ( https ://github.com/openresty /srcache-nginx-module)
82
82
83
83
- ngx\_ lua
84
84
85
- [ http ://github.com/chaoslawful/lua-nginx-module] ( http ://github.com/chaoslawful/lua-nginx-module)
85
+ [ https ://github.com/chaoslawful/lua-nginx-module] ( https ://github.com/chaoslawful/lua-nginx-module)
86
86
87
87
- ngx\_ set\_ misc
88
88
89
- [ http ://github.com/agentzh /set-misc-nginx-module] ( http ://github.com/agentzh /set-misc-nginx-module)
89
+ [ https ://github.com/openresty /set-misc-nginx-module] ( https ://github.com/openresty /set-misc-nginx-module)
90
90
91
91
- ngx\_ array\_ var
92
92
93
- [ http ://github.com/agentzh /array-var-nginx-module] ( http ://github.com/agentzh /array-var-nginx-module)
93
+ [ https ://github.com/openresty /array-var-nginx-module] ( https ://github.com/openresty /array-var-nginx-module)
94
94
95
95
- ngx\_ form\_ input
96
96
97
- [ http ://github.com/calio/form-input-nginx-module] ( http ://github.com/calio/form-input-nginx-module)
97
+ [ https ://github.com/calio/form-input-nginx-module] ( https ://github.com/calio/form-input-nginx-module)
98
98
99
99
- ngx\_ iconv
100
100
101
- [ http ://github.com/calio/iconv-nginx-module] ( http ://github.com/calio/iconv-nginx-module)
101
+ [ https ://github.com/calio/iconv-nginx-module] ( https ://github.com/calio/iconv-nginx-module)
102
102
103
103
- ngx\_ set\_ cconv
104
104
105
- [ http ://github.com/liseen/set-cconv-nginx-module] ( http ://github.com/liseen/set-cconv-nginx-module)
105
+ [ https ://github.com/liseen/set-cconv-nginx-module] ( https ://github.com/liseen/set-cconv-nginx-module)
106
106
107
107
- ngx\_ postgres
108
108
109
- [ http ://github.com/FRiCKLE/ngx\_postgres] ( http ://github.com/FRiCKLE/ngx_postgres)
109
+ [ https ://github.com/FRiCKLE/ngx\_postgres] ( https ://github.com/FRiCKLE/ngx_postgres)
110
110
111
111
- ngx\_ coolkit
112
112
113
- [ http ://github.com/FRiCKLE/ngx\_coolkit] ( http ://github.com/FRiCKLE/ngx_coolkit)
113
+ [ https ://github.com/FRiCKLE/ngx\_coolkit] ( https ://github.com/FRiCKLE/ngx_coolkit)
114
114
115
115
- Naxsi
116
116
@@ -120,7 +120,7 @@ as in
120
120
121
121
This module has a Git repository on Github, which has access for all.
122
122
123
- http ://github.com/agentzh /test-nginx
123
+ [ https ://github.com/openresty /test-nginx] ( https://github.com/openresty/test-nginx )
124
124
125
125
If you want a commit bit, feel free to drop me a line.
126
126
0 commit comments