haproxy: fix default configuration

This commit is contained in:
Zach Dykstra 2023-02-24 11:24:24 -06:00 committed by Andrew J. Hesford
parent 08e180f0ba
commit ab6f3bfdac
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ global
chroot /var/lib/haproxy chroot /var/lib/haproxy
user haproxy user haproxy
group haproxy group haproxy
stats socket /var/run/haproxy.sock mode 0600 level admin expose-fd listeners process 1/1 stats socket /var/run/haproxy.sock mode 0600 level admin expose-fd listeners thread 1
defaults defaults
mode http mode http

View File

@ -1,7 +1,7 @@
# Template file for 'haproxy' # Template file for 'haproxy'
pkgname=haproxy pkgname=haproxy
version=2.6.9 version=2.6.9
revision=1 revision=2
build_style=gnu-makefile build_style=gnu-makefile
make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}" make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
hostmakedepends="lua53-devel" hostmakedepends="lua53-devel"