Merge branch 'haproxy_camelcase_header' into 'master'

Configure HAProxy to use camelcase Content-Type header

See merge request isard/isard-sso!5
Josep Maria Viñolas Auquer 2021-05-26 19:36:27 +00:00
commit dd7b622e86
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ global
daemon
log 127.0.0.1 local0
tune.ssl.default-dh-param 2048
h1-case-adjust content-type Content-Type
defaults
mode http
@ -21,6 +22,7 @@ global
backlog 4096
maxconn 2000
option tcpka
option h1-case-adjust-bogus-client
frontend website
mode http