]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3}
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Jan 2019 15:14:15 +0000 (16:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Jan 2019 18:33:17 +0000 (19:33 +0100)
commita9a7249966683eeb0e474c80589cbc1fc5c29f8a
treeb79c60e82865dd1a6143db0c0589e8af61c3a91c
parent9fed8586b5a96efae97207d0a7f290ef5361b2bf
MINOR: backend: remap the balance uri settings to lbprm.arg_opt{1,2,3}

The algo-specific settings move from the proxy to the LB algo this way :
  - uri_whole => arg_opt1
  - uri_len_limit => arg_opt2
  - uri_dirs_depth1 => arg_opt3
include/types/proxy.h
src/backend.c
src/cfgparse-listen.c