mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
I broke the release web.config
This commit is contained in:
parent
cabf0ecc42
commit
4df4417d89
|
@ -25,9 +25,9 @@
|
|||
<remove name="ApplicationInsightsWebTracking" />
|
||||
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Extensibility.Web.RequestTracking.WebRequestTrackingModule, Microsoft.ApplicationInsights.Extensibility.Web" preCondition="managedHandler" />
|
||||
</modules>
|
||||
<rewrite xdt:Transform="Insert">
|
||||
<rewrite>
|
||||
<rules>
|
||||
<rule name="CanonicalHost" stopProcessing="true">
|
||||
<rule name="CanonicalHost" stopProcessing="true" xdt:Transform="Insert">
|
||||
<match url="(.*)" />
|
||||
<conditions logicalGrouping="MatchAny">
|
||||
<add input="{HTTP_HOST}" pattern="^buildfeed\.net$" negate="true" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user