Fixed redirect

This commit is contained in:
SvetlanaLisina 2021-02-24 14:40:29 +03:00
parent 74a12bacec
commit 30e533a6e9

View File

@ -88,7 +88,7 @@
<rewrite>
<rules>
<clear/>
<rule name="pages HTTP to HTTPS" enabled="false" stopProcessing="true">
<rule name="pages HTTP to HTTPS" enabled="true" stopProcessing="true">
<match url=".*" />
<conditions>
<add input="{HTTPS}" pattern="off" />