helpcenter/helpcenter.r7-office.ru/Web/Web.Release.config
2018-08-20 18:19:18 +03:00

21 lines
926 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<appSettings>
<add key="core.notify.postman" value="service" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="web.doc.teamlab" value="https://helpcenter.r7-office.ru" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<system.webServer>
<rewrite>
<rules>
<clear />
<rule name="pages HTTP to HTTPS" enabled="true" stopProcessing="true" xdt:Transform="Insert">
<match url="^blog" negate="true" />
<conditions>
<add input="{HTTPS}" pattern="off" />
</conditions>
<action type="Redirect" url="https://{HTTP_HOST}{URL}" appendQueryString="true" redirectType="Found" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>