Fixed a typo in a comment.

This commit is contained in:
Sipke Schoorstra
2015-03-06 20:24:15 +01:00
parent ce23bb5a3e
commit 8a3d05779f
6 changed files with 23 additions and 24 deletions

View File

@@ -97,11 +97,11 @@
<Component Type="Orchard.Services.ClientAddressAccessor">
<Properties>
<!-- Set Value="true" to read the client host address from the specified HTTP header. -->
<Property Name="EnableClientAddressHeader" Value="false"/>
<Property Name="EnableClientHostAddressHeader" Value="false"/>
<!-- Set Value to the HTTP header name from which to read the client host address. Only used when EnableClientAddressHeader="true".
If the specified header was not found, the system will fall back to the user host address as provided by the Request object.-->
<Property Name="ClientAddressHeaderName" Value="X-Forwarded-For"/>
<!-- Set Value to the HTTP header name from which to read the client host address. Only used when EnableClientHostAddressHeader="true".
If the specified header was not found, the system will fall back to the client host address as provided by the Request object.-->
<Property Name="ClientHostAddressHeaderName" Value="X-Forwarded-For"/>
</Properties>
</Component>