文件名称:HTTP负载均衡器Slardar.zip
文件大小:71KB
文件格式:ZIP
更新时间:2022-08-05 06:14:20
开源项目
Slardar是一个基于Nginx和 lua-nginx-module模块的HTTP负载均衡器,你可以通过它来更新你的上游列表,并且无需重新加载nginx即可运行lua脚本。这个包是由UPYUN(又拍云)公司维护的。因为大多数的nginx模块的开发包是由维护者发展的,它可以确保所有这些模块都发挥得很好。捆绑的软件组件是由各自的版权持有人的版权。示例代码:添加一个服务器到node-dev.example.com$ curl 127.0.0.1:1995/upstream/node-dev.example.com -d '{"servers":[{"host":"127.0.0.1", "port": 4000}]}' {"status":200}现在,我们可以得到正确的结果。$ curl 127.0.0.1:8080/ -H "Host: node-dev.example.com" hello world加载一个loa脚本$ curl 127.0.0.1:1995/lua/script.node-dev.example.com -d 'if ngx.get_method() == "DELETE" then return ngx.exit(403) end' "ok" $ curl -XPUT 127.0.0.1:1995/lua/script.test 标签:Slardar
【文件预览】:
slardar-master
----nginx()
--------conf()
--------app()
----Dockerfile(411B)
----tests()
--------test.conf(491B)
--------dyups.yt(975B)
--------uptest.py(2KB)
--------load.yt(744B)
----patches()
--------nginx-1.13.3-server_header.patch(1KB)
----.gitignore(333B)
----Makefile(6KB)
----README.md(12KB)
----util()
--------lua-releng(1KB)
--------deps(2KB)
--------ytest(18KB)
--------ytest.vim(389B)
--------ver.cfg(417B)