在haproxy中编写代理传递

时间:2015-11-08 07:12:05

标签: apache nginx configuration proxy haproxy

如何编写此代理传递示例 来自nginx:

location /appDir/ {
        proxy_pass https://Name/appDir/;
    }

到haproxy

此外:
以下是来自haproxy网站。

 # ProxyPass /mirror/foo/ http://bk.dom.com/bar
 http-request set-header Host bk.dom.com
 reqirep  ^([^ :]*)\ /mirror/foo/(.*)     \1\ /\2

但是/ bar从注释掉的部分去了哪里?

0 个答案:

没有答案