feat: Adding redirect to https
This commit is contained in:
Родитель
383b3deb0c
Коммит
1ca88c31f2
|
@ -32,6 +32,13 @@
|
|||
<match url="^$" />
|
||||
<action type="Redirect" url="getting-started" />
|
||||
</rule>
|
||||
<rule name="Redirect to https" stopProcessing="true">
|
||||
<match url=".*" />
|
||||
<conditions>
|
||||
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
|
||||
</conditions>
|
||||
<action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Permanent" appendQueryString="false" />
|
||||
</rule>
|
||||
<rule name="add_html_extension" enabled="true" stopProcessing="true">
|
||||
<match url="(.*)" />
|
||||
<conditions logicalGrouping="MatchAll">
|
||||
|
|
Загрузка…
Ссылка в новой задаче