HuDouTuan/admin/docker/iis部署说明.txt

6 lines
344 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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内容修改为自己的接口地址然后放到主目录下