tests - fix behind-reverse-proxy/linux again

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

View File

@ -15,7 +15,7 @@ elif [ ! -z $APT ] ; then
fi
cp haproxy.cfg /etc/haproxy
sed -i "s/8080/80/"
sed -i "s/8080/80/" /etc/haproxy/haproxy.cfg
systemctl stop haproxy
systemctl start haproxy