We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad6223 commit 667329bCopy full SHA for 667329b
1 file changed
src/web.config
@@ -21,7 +21,7 @@
21
</customHeaders>
22
</httpProtocol>
23
24
- <!--<rewrite>
+ <rewrite>
25
<rules>
26
<clear />
27
<rule name="Redirect to HTTPS" stopProcessing="true">
@@ -32,6 +32,6 @@
32
<action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Permanent" appendQueryString="false" />
33
</rule>
34
</rules>
35
- </rewrite>-->
+ </rewrite>
36
</system.webServer>
37
</configuration>
0 commit comments