From 70992a0b50dfd130e1f9d8b4c3694c0666c18914 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Tue, 16 Aug 2022 10:59:42 +0200 Subject: [PATCH] tests - fix haproxy logging again --- examples/behind-reverse-proxy/setup-linux.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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