我找到了一些与此相关的主题,但不确定它们是否与我的问题具体相关。我正忙于创建多租户应用程序,并希望进行以下设置:
- http://tenant.example.com/<- 租户网站
- http://tenant.example.com/api<- 通用的租户 API。
我有两台服务器:
- tenanthost 即 tenant.example.com
- api主机
现在是否可以将 apihost 映射到 IIS8.5 上 tenanthost 上的 /api ?
答案1
如果我理解你的问题,你想要的是代理通过http://tenant.example.com/api 到 api 服务器。
本文不是我写的,但确实很好地解释了 IIS 8.0(我看不出 8.5 有什么不同)。
还可以在 ServerFault 上搜索有关 IIS 反向代理的问题。有很多,例如这个。