lua upstream nginx module:Nginx C模块将Lua API公开给Nginx上游的ngx_lua 源码
姓名 ngx_http_lua_upstream-Nginx C模块将Lua API公开给Nginx上游的ngx_lua 目录 状态 该模块已准备就绪。 概要 http { upstream foo.com { server 127.0.0.1 fail_timeout=53 weight=4 max_fails=100; server agentzh.org:81; } upstream bar { server 127.0.0.2 ; } server { listen 8080 ; # sample output for the following /upstream interface: # upstream foo.com: #
文件列表
lua-upstream-nginx-module-master.zip
(预估有个13文件)
lua-upstream-nginx-module-master
.gitattributes
27B
t
sanity.t
19KB
lib
ljson.lua
2KB
up-down.t
1KB
count.t
788B
src
ddebug.h
2KB
暂无评论