登录 注册
当前位置:主页 > 资源下载 > 10 > Nginx上游服务器的运行状况检查器lua-resty-upstream-healthcheck,纯Lua实现

Nginx上游服务器的运行状况检查器lua-resty-upstream-healthcheck,纯Lua实现

  • 更新:2024-06-19 21:22:50
  • 大小:16KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

名称 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