From 09f56a1c6e6e4ccd7e290e6a32f99319e3d1c8a6 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Thu, 11 Aug 2022 11:39:57 +0200 Subject: [PATCH] tests - fix behind-reverse-proxy/linux again --- examples/behind-reverse-proxy/setup-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/behind-reverse-proxy/setup-linux.sh b/examples/behind-reverse-proxy/setup-linux.sh index c4935e5f4..ca70d9b5a 100755 --- a/examples/behind-reverse-proxy/setup-linux.sh +++ b/examples/behind-reverse-proxy/setup-linux.sh @@ -15,7 +15,7 @@ elif [ ! -z $APT ] ; then fi cp haproxy.cfg /etc/haproxy -sed -i "s/8080/80/" +sed -i "s/8080/80/" /etc/haproxy/haproxy.cfg systemctl stop haproxy systemctl start haproxy