tests - fix haproxy logging again

This commit is contained in:
bunkerity 2022-08-16 10:59:42 +02:00
parent 7e5465c595
commit 70992a0b50
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 2 additions and 1 deletions

View File

@ -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