Configure HAProxy to use camelcase Content-Type header
parent
cf50f2b839
commit
d550bb2b55
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue