File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ perl twiki2pod.pl a.twiki \
88 | sed ' s/\<LuaRestyCoreLibrary\>/the lua-resty-core library/' \
99 | sed ' s/\<LuaRestyUpstreamHealthcheckLibrary\>/the lua-resty-upstream-healthcheck library/' \
1010 | sed ' s/\<LuaRestyDNSLibrary\>/the lua-resty-dns library/' \
11+ | sed ' s/\<LuaRestyWebSocketLibrary\>/the lua-resty-websocket library/' \
12+ | sed ' s/\<LuaRestyMySQLLibrary\>/the lua-resty-mysql library/' \
1113 | sed ' s/\<LuaRestyLrucacheLibrary\>/the lua-resty-lrucache library/' \
1214 | sed ' s/\<EchoNginxModule\>/the ngx_echo module/' \
15+ | sed ' s/\<SetMiscNginxModule\>/the ngx_set_misc module/' \
16+ | sed ' s/\<PostgresNginxModule\>/the ngx_postgres module/' \
1317 | sed ' s/\<MemcNginxModule\>/the ngx_memc module/' \
18+ | sed ' s/\<Redis2NginxModule\>/the ngx_redis2 module/' \
1419 | sed ' s/\<FormInputNginxModule\>/the ngx_form_input module/'
1520
16-
You can’t perform that action at this time.
0 commit comments