Created
January 4, 2017 16:32
-
-
Save mfournier/85ecef8a668edb2abe319cc574e1e6bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lb: | |
scale: 1 | |
load_balancer_config: | |
haproxy_config: | |
defaults: |- | |
mode http | |
option httplog | |
log-tag haproxy-SOME_PROJECT_NAME | |
backend b_stats | |
stats enable | |
stats uri /stats | |
frontend f_stats | |
bind *:8008 | |
default_backend b_stats | |
global: log 10.42.24.10:514 local2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment