helpcenter/helpcenter.r7-office.ru/Web/Web.helpcenter.r7-office.ru.config

20 lines
915 B
Plaintext
Raw Permalink Normal View History

2018-08-20 15:19:18 +00:00
<?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>
2019-03-04 12:24:29 +00:00
<clear />
<rule name="pages HTTP to HTTPS" enabled="true" stopProcessing="true" xdt:Transform="SetAttributes(enabled)" xdt:Locator="Match(name)">
2018-08-20 15:19:18 +00:00
<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>