Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Bump HAProxy to 1.6.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Jul 18, 2016
1 parent 7f7e3fc commit f2f23c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Longhelp.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ optional arguments:
--longhelp Print out configuration details (default: False)
--marathon MARATHON [MARATHON ...], -m MARATHON [MARATHON ...]
[required] Marathon endpoint, eg. -m
http://marathon1:8080 -m http://marathon2:8080
(default: None)
http://marathon1:8080 http://marathon2:8080 (default:
None)
--listening LISTENING, -l LISTENING
(deprecated) The address this script listens on for
marathon events (e.g., http://0.0.0.0:8080) (default:
Expand Down
2 changes: 1 addition & 1 deletion build-haproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ make -j4 install LUA_LIB_NAME=lua53

# Build HAProxy
cd /usr/src
wget http://www.haproxy.org/download/1.6/src/haproxy-1.6.6.tar.gz
wget http://www.haproxy.org/download/1.6/src/haproxy-1.6.7.tar.gz
tar xf haproxy-*.tar.gz
cd haproxy-*
make -j4 \
Expand Down

0 comments on commit f2f23c8

Please sign in to comment.