From da98678622ff454101503277a469fd66cb5b770d Mon Sep 17 00:00:00 2001 From: Zach Dykstra Date: Fri, 24 Feb 2023 11:24:24 -0600 Subject: [PATCH] haproxy: fix default configuration --- srcpkgs/haproxy/files/haproxy.cfg | 2 +- srcpkgs/haproxy/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/haproxy/files/haproxy.cfg b/srcpkgs/haproxy/files/haproxy.cfg index 3706f7eb3ca3..a8631a779051 100644 --- a/srcpkgs/haproxy/files/haproxy.cfg +++ b/srcpkgs/haproxy/files/haproxy.cfg @@ -2,7 +2,7 @@ global chroot /var/lib/haproxy user 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 mode http diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 43c4fb1f8b50..40833cfb9eea 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,7 +1,7 @@ # Template file for 'haproxy' pkgname=haproxy version=2.6.9 -revision=1 +revision=2 build_style=gnu-makefile make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}" hostmakedepends="lua53-devel"