Merge branch 'haproxy_camelcase_header' into 'master'
Configure HAProxy to use camelcase Content-Type header See merge request isard/isard-sso!5
commit
dd7b622e86
|
@ -6,6 +6,7 @@ global
|
||||||
daemon
|
daemon
|
||||||
log 127.0.0.1 local0
|
log 127.0.0.1 local0
|
||||||
tune.ssl.default-dh-param 2048
|
tune.ssl.default-dh-param 2048
|
||||||
|
h1-case-adjust content-type Content-Type
|
||||||
|
|
||||||
defaults
|
defaults
|
||||||
mode http
|
mode http
|
||||||
|
@ -21,6 +22,7 @@ global
|
||||||
backlog 4096
|
backlog 4096
|
||||||
maxconn 2000
|
maxconn 2000
|
||||||
option tcpka
|
option tcpka
|
||||||
|
option h1-case-adjust-bogus-client
|
||||||
|
|
||||||
frontend website
|
frontend website
|
||||||
mode http
|
mode http
|
||||||
|
|
Loading…
Reference in New Issue