From 61217c5391d6663aef8863dea0bc3faef86003b8 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Sun, 13 Aug 2023 20:51:11 +0100 Subject: [PATCH] Add 'scripts/healthchecks/manifest.dat' --- scripts/healthchecks/manifest.dat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/healthchecks/manifest.dat diff --git a/scripts/healthchecks/manifest.dat b/scripts/healthchecks/manifest.dat new file mode 100644 index 0000000..8a8ace8 --- /dev/null +++ b/scripts/healthchecks/manifest.dat @@ -0,0 +1,9 @@ +% +@ #ip_address +@ http://172.30.23.1:8000/ +% +@ #service +@ healthchecks +% +@ #ADDITIONAL_REPLACE +@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") \ No newline at end of file