Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
haproxy/noop.cfg
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
24 lines (21 sloc)
415 Bytes
This file contains 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
# NOOP - WILL BE AUTO-CONFIGURED | |
global | |
daemon | |
user haproxy | |
group haproxy | |
maxconn 4096 | |
defaults | |
log global | |
mode tcp | |
timeout connect 10000 | |
timeout client 50000 | |
timeout server 50000 | |
stats enable | |
stats scope . | |
stats realm Haproxy\ Statistics | |
listen stats :1937 | |
mode http | |
stats enable | |
stats hide-version | |
stats realm Haproxy\ Statistics | |
stats uri / |