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"