Skip to content

Commit 3ae3951

Browse files
authored
Merge pull request #2216 from jonasatgit/patch-1
Update troubleshoot-microsoft-connected-cache.md
2 parents 75e6bcf + c2b695b commit 3ae3951

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

memdocs/configmgr/core/servers/deploy/configure/troubleshoot-microsoft-connected-cache.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,17 @@ The DO cache server adds the following rewrite rules:
213213
- `Doinc_Outbound_SetHeader_X_CID_E77D08D0-5FEA-4315-8C95-10D359D59294`
214214
- `Doinc_Outbound_SetHeader_X_CCC_E77D08D0-5FEA-4315-8C95-10D359D59294`
215215

216+
### IIS custom headers
217+
218+
If requests with `X-Forwarded-For` headers are blocked on a proxy server, either allow the header on the proxy server or change the custom header name in IIS for each server farm.
219+
220+
To change the custom header name for each server farm:
221+
222+
1. Open IIS Manager.
223+
1. Select **Server Farms**.
224+
1. Select a server farm and the proxy icon.
225+
1. Under **Custom Headers**, change the value `X-Forwarded-For` to `X-Forwarded-For-<custom-name>`.
226+
216227
## Manage server resources
217228

218229
Disk space required for each DO cache server may vary, based on your organization's update requirements. 100 GB should be enough space to cache the following content:
@@ -227,4 +238,4 @@ If the IIS and ARR log files take up too much space on the server, there are sev
227238

228239
## See also
229240

230-
[Microsoft Connected Cache in Configuration Manager](../../../plan-design/hierarchy/microsoft-connected-cache.md)
241+
[Microsoft Connected Cache in Configuration Manager](../../../plan-design/hierarchy/microsoft-connected-cache.md)

0 commit comments

Comments
 (0)