6 lines
344 B
Plaintext
6 lines
344 B
Plaintext
|
|
1、安装URL重写模块,https://www.iis.net/downloads/microsoft/url-rewrite
|
|||
|
|
2、安装ARR模块,https://www.iis.net/downloads/microsoft/application-request-routing
|
|||
|
|
3、打开ARR,启动代理
|
|||
|
|
4、点击URL重写
|
|||
|
|
5、增加服务器变量:HTTP_X_ORIGINAL_HOST
|
|||
|
|
6、把web.config内容修改为自己的接口地址,然后放到主目录下
|