Skip to content

Commit 667329b

Browse files
committed
Redirect to HTTPS connection
1 parent 8ad6223 commit 667329b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/web.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</customHeaders>
2222
</httpProtocol>
2323

24-
<!--<rewrite>
24+
<rewrite>
2525
<rules>
2626
<clear />
2727
<rule name="Redirect to HTTPS" stopProcessing="true">
@@ -32,6 +32,6 @@
3232
<action type="Redirect" url="https://{HTTP_HOST}{REQUEST_URI}" redirectType="Permanent" appendQueryString="false" />
3333
</rule>
3434
</rules>
35-
</rewrite>-->
35+
</rewrite>
3636
</system.webServer>
3737
</configuration>

0 commit comments

Comments
 (0)