tests - fix behind-reverse-proxy/linux again and again

This commit is contained in:
bunkerity 2022-08-11 11:50:12 +02:00
parent 09f56a1c6e
commit 6005a8f73b
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 1 additions and 0 deletions

View File

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