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