0

HAProxy : HTTP Header re-write

Hi, How can i rewrite a HTTP header in HAProxy for my host name, i want the http header must take my domain name instead of the ip address. How can i achive that in HAProxy? Thanks in advance.

ajinfernando
asked Mar 29, 2018
1 Answer
0

You can use the below line on your haproxy configuration file for rewriting http header

http-request set-header Host yourdomain.com
View More
parthiban
answered Apr 15, 2018
Your Answer
||||
x
 
100:0