Configure HAProxy to use camelcase Content-Type header

Simó Albert i Beltran 2021-05-26 17:30:40 +02:00
parent cf50f2b839
commit d550bb2b55
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