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

Commit

Permalink
missed section (fine in dev)
Browse files Browse the repository at this point in the history
Signed-off-by: Erin Schnabel <[email protected]>
  • Loading branch information
Erin Schnabel committed Sep 7, 2017
1 parent 540072f commit ff870ac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ backend roomjs
balance roundrobin
server roomjs1 roomjs:5000 check

backend slackin
mode http
option httplog
option httpchk HEAD / HTTP/1.1\r\nHost:localhost
balance roundrobin
server slackin1 slackin:3000 check inter 1m

backend swagger
mode http
option httpchk HEAD /health HTTP/1.1\r\nHost:localhost
Expand Down

0 comments on commit ff870ac

Please sign in to comment.