haproxy: fix config file.

This commit is contained in:
Enno Boland 2016-03-10 07:47:49 +01:00
parent cc76b6003b
commit 157663c1b0
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,8 @@ global
defaults
mode http
frontend proxy *:80
frontend proxy
bind *:80
default_backend servers
backend servers

View File

@ -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"