【发布时间】:2014-10-15 18:52:21
【问题描述】:
刚接触 nginx,完全一头雾水。
如何将此 URL 重写转换为 nginx?
<rule name="Redirect1" stopProcessing="true">
<match url="^(about-us|sites\/company.com|item1|item2|item3)/.*$" ignoreCase="false" />
<action type="Redirect" redirectType="Permanent" url="https://backend.com/<which ever link they decide to click on>" />
</rule>
谢谢,我很感激!
【问题讨论】: