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