haproxy: fix default configuration
This commit is contained in:
parent
08e180f0ba
commit
ab6f3bfdac
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue