mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-21 06:06:59 -04:00
DOC: config: 'http-send-name-header' option may be used in default section
Both doc and code agree on the fact that 'http-send-name-header' option could be used in default section, but the keyword compatibility matrix in configuration.txt reported the opposite. This could be backported to all stable versions.
This commit is contained in:
parent
d49a580fda
commit
df238c34c2
1 changed files with 1 additions and 1 deletions
|
|
@ -4177,7 +4177,7 @@ http-error X X X X
|
|||
http-request X (!) X X X
|
||||
http-response X (!) X X X
|
||||
http-reuse X - X X
|
||||
http-send-name-header - - X X
|
||||
http-send-name-header X - X X
|
||||
id - X X X
|
||||
ignore-persist - - X X
|
||||
load-server-state-from-file X - X X
|
||||
|
|
|
|||
Loading…
Reference in a new issue