diff --git a/examples/behind-reverse-proxy/setup-linux.sh b/examples/behind-reverse-proxy/setup-linux.sh index a0f906199..aa26d3662 100755 --- a/examples/behind-reverse-proxy/setup-linux.sh +++ b/examples/behind-reverse-proxy/setup-linux.sh @@ -19,6 +19,7 @@ sed -i "s/8080/80/" /etc/haproxy/haproxy.cfg sed -i "s/mybunker/127.0.0.1/" /etc/haproxy/haproxy.cfg systemctl stop bunkerweb systemctl stop haproxy -systemctl start haproxy +#systemctl start haproxy +haproxy -f /etc/haproxy/haproxy.cfg > /tmp/haproxy.log & echo "hello" > /opt/bunkerweb/www/index.html \ No newline at end of file