From 157663c1b063cb8cdc69e9207cf742784ef56a5e Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 10 Mar 2016 07:47:49 +0100 Subject: [PATCH] haproxy: fix config file. --- srcpkgs/haproxy/files/haproxy.cfg | 3 ++- srcpkgs/haproxy/template | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/haproxy/files/haproxy.cfg b/srcpkgs/haproxy/files/haproxy.cfg index 7fba345319b..039a2d1e087 100644 --- a/srcpkgs/haproxy/files/haproxy.cfg +++ b/srcpkgs/haproxy/files/haproxy.cfg @@ -6,7 +6,8 @@ global defaults mode http -frontend proxy *:80 +frontend proxy + bind *:80 default_backend servers backend servers diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index a9a6e36adff..da5c7d34843 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,7 +1,7 @@ # Template file for 'haproxy' pkgname=haproxy version=1.6.3 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1"