【发布时间】:2019-09-13 05:54:59
【问题描述】:
在 Azure 中,我添加了我的自定义域,例如“something.com”。问题是我想将“something.com”重定向到“www.something.com”。
经过研究,似乎可以通过 Azure Devops 中的 Web.config 参数来做到这一点。
我已经在那里设置了以下代码,谁能告诉我如何添加重定向所需的参数。
-Handler iisnode -NodeStartFile local.js -appType node
【问题讨论】:
-
how to add the required parameter for redirect.是什么意思? -
Azure devops 可以选择从参数生成 web.config。检查问题中附加的图片
标签: azure azure-devops azure-web-app-service