]> git.kaiwu.me - haproxy.git/commit
[MINOR] checks: add the ability to disable a server in the config
authorWilly Tarreau <w@1wt.eu>
Mon, 29 Mar 2010 08:02:24 +0000 (10:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 29 Mar 2010 09:50:34 +0000 (11:50 +0200)
commit9683909dce232b665b25017c6385c18021ab171f
treebf29702bbafd48b0fdf0c5b375bdb60cd52b5855
parent42d2c6c1be58e1af4cc0eda844e94a394d1f1966
[MINOR] checks: add the ability to disable a server in the config

Adding the "disabled" keyword on a server line disables it. It can
then be enabled again on the unix socket.
doc/configuration.txt
src/cfgparse.c