文件名称:nginx-confd-etcd-reverse-proxy:由confd使用ETCD作为后端配置的NGINX反向代理
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-17 06:52:49
Shell
由confd使用etcd作为后端配置的NGINX反向代理 这是一个使用作为后端通过动态配置的。 我们使用侦听etcd文件夹/applications更改,以防在/applications某些键更改时重新加载nginx.conf 。 这用于将请求代理到在CoreOS集群中运行的应用程序。 注册服务 例如,要在test.cloudwalk.io注册要访问的服务,我们应该在etcd密钥/applications/test/root/1设置其内部ip:port 。 如果要在上游添加多个服务器,则只需将它们全部设置为递增服务器索引,如下所示: etcdctl set /applications/test/root/1 192.168.1.101:5000 etcdctl set /applications/test/root/2 192.168.1.102:5000 etcdctl set
【文件预览】:
nginx-confd-etcd-reverse-proxy-master
----Dockerfile(657B)
----nginx-reverse-proxy@.service(724B)
----LICENSE(1KB)
----confd-watch.sh(861B)
----README.md(2KB)
----nginx.conf.tmpl(2KB)
----nginx.toml(739B)