Merge pull request #5479 from dcinzona/patch-3

Fixes #5398 - ShellDescriptorCache in HostComponents
This commit is contained in:
Sébastien Ros
2015-07-09 12:57:20 -07:00

View File

@@ -88,6 +88,13 @@
</Properties>
</Component>
<Component Type="Orchard.Environment.Descriptor.ShellDescriptorCache">
<Properties>
<!-- Set Value="true" to disable shell descriptors cache (cache.dat). Recommended when using multiple instances. -->
<Property Name="Disabled" Value="false"/>
</Properties>
</Component>
<Component Type="Orchard.Services.ClientAddressAccessor">
<Properties>
<!-- Set Value="true" to read the client host address from the specified HTTP header. -->