我可以使用HAProxy转换外发请求吗?

时间:2020-10-26 13:40:58

标签: haproxy

我想这样使用HAProxy:

client              ->       server
(example:8080)      |        (example:80)               
                    |
                  HAProxy
                  Traffic going out from inside the server to `example:8080` change to `example:80`

1 个答案:

答案 0 :(得分:1)

是的,可以使用http-request set-header更新客户端发送的标头,例如“ Host”标头。您还可以定义后端服务器以侦听所需的任何端口。