haproxy: fix config file.
This commit is contained in:
parent
cc76b6003b
commit
157663c1b0
2 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ global
|
||||||
defaults
|
defaults
|
||||||
mode http
|
mode http
|
||||||
|
|
||||||
frontend proxy *:80
|
frontend proxy
|
||||||
|
bind *:80
|
||||||
default_backend servers
|
default_backend servers
|
||||||
|
|
||||||
backend servers
|
backend servers
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'haproxy'
|
# Template file for 'haproxy'
|
||||||
pkgname=haproxy
|
pkgname=haproxy
|
||||||
version=1.6.3
|
version=1.6.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1
|
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"
|
USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue