From 6005a8f73b97902ae296b79be5bef15d0be96fb8 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Thu, 11 Aug 2022 11:50:12 +0200 Subject: [PATCH] tests - fix behind-reverse-proxy/linux again and again --- examples/behind-reverse-proxy/setup-linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/behind-reverse-proxy/setup-linux.sh b/examples/behind-reverse-proxy/setup-linux.sh index ca70d9b5a..9c0bb2e6f 100755 --- a/examples/behind-reverse-proxy/setup-linux.sh +++ b/examples/behind-reverse-proxy/setup-linux.sh @@ -16,6 +16,7 @@ fi cp haproxy.cfg /etc/haproxy sed -i "s/8080/80/" /etc/haproxy/haproxy.cfg +sed -i "s/mybunker/127.0.0.1/" /etc/haproxy/haproxy.cfg systemctl stop haproxy systemctl start haproxy