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

6 lines
344 B
Plaintext
Raw Permalink Normal View History

2025-07-17 09:09:57 +08:00
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内容修改为自己的接口地址然后放到主目录下