Disabled SSL redirection for dev site
This commit is contained in:
parent
eaf5ecc3a7
commit
cd774740e2
11
web.config
11
web.config
@ -1,17 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<system.webServer>
|
||||
<rewrite>
|
||||
<rules>
|
||||
<rule name="Redirect to HTTPS" stopProcessing="false">
|
||||
<match url="(.*)" />
|
||||
<conditions>
|
||||
<add input="{HTTPS}" pattern="^OFF$" />
|
||||
</conditions>
|
||||
<action type="Redirect" url="https://{HTTP_HOST}/{R:1}" />
|
||||
</rule>
|
||||
</rules>
|
||||
</rewrite>
|
||||
<defaultDocument>
|
||||
<files>
|
||||
<clear />
|
||||
|
Loading…
Reference in New Issue
Block a user