-
Nginx上游服务器的运行状况检查器lua-resty-upstream-healthcheck,纯Lua实现
资源介绍
名称
lua-resty-upstream-healthcheck-Nginx上游服务器的运行状况检查器
目录
作者
版权和许可
也可以看看
地位
该库仍在早期开发中,但已经可以投入生产了。
概要
http {
lua_package_path "/path/to/lua-resty-upstream-healthcheck/lib/?.lua;;" ;
# sample upstream block:
upstream foo.com {
server 127.0.0.1:12354;
server 127.0.0.1:12355;
server 127.0.0.1:12356 backup;
}
# the size depends on the number of servers in up