浏览代码

added a readme

master
admin 7 个月前
父节点
当前提交
d2be07dc12
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. +7
    -0
      README.md

+ 7
- 0
README.md 查看文件

@@ -0,0 +1,7 @@
This is supposed to accept connections from a Load Balancer fail over, and trigger a script based on getting a connection.

So if your LB is sends traffic from http://test.local to serverA and serverA goes down, and this is listed as the failover,
When it receives a connection trying to reach http://test.local, it will run the script in the path /test.local/run.sh
This run.sh script should contain the commands needed to restart the webserver on serverA, to get it back up.



正在加载...
取消
保存