From d2be07dc129b4f4f9136d398e0f2517466498daf Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 9 May 2025 15:08:57 -0400 Subject: [PATCH] added a readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2611ef1 --- /dev/null +++ b/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. + +