mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removed Orchard.WarmupStarter from Web.config in Orchard.Azure.Web.
This commit is contained in:

committed by
Sebastien Ros

parent
95087800bd
commit
d0fe93fa66
@@ -126,18 +126,12 @@
|
|||||||
<clear/>
|
<clear/>
|
||||||
<add path="*" verb="*" type="System.Web.HttpNotFoundHandler"/>
|
<add path="*" verb="*" type="System.Web.HttpNotFoundHandler"/>
|
||||||
</httpHandlers>
|
</httpHandlers>
|
||||||
<httpModules>
|
|
||||||
<add name="WarmupHttpModule" type="Orchard.WarmupStarter.WarmupHttpModule, Orchard.WarmupStarter, Version=1.7, Culture=neutral"/>
|
|
||||||
</httpModules>
|
|
||||||
|
|
||||||
</system.web>
|
</system.web>
|
||||||
|
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
<validation validateIntegratedModeConfiguration="false"/>
|
<validation validateIntegratedModeConfiguration="false"/>
|
||||||
<modules runAllManagedModulesForAllRequests="false">
|
<modules runAllManagedModulesForAllRequests="false" />
|
||||||
<remove name="WarmupHttpModule"/>
|
|
||||||
<add name="WarmupHttpModule" type="Orchard.WarmupStarter.WarmupHttpModule, Orchard.WarmupStarter, Version=1.7, Culture=neutral"/>
|
|
||||||
</modules>
|
|
||||||
<handlers accessPolicy="Script">
|
<handlers accessPolicy="Script">
|
||||||
<!-- Clear all handlers, prevents executing code file extensions or returning any file contents. -->
|
<!-- Clear all handlers, prevents executing code file extensions or returning any file contents. -->
|
||||||
<clear/>
|
<clear/>
|
||||||
|
Reference in New Issue
Block a user