Skip to content

Commit c2b695b

Browse files
authored
PR review edit
1 parent 11f88e5 commit c2b695b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,14 @@ The DO cache server adds the following rewrite rules:
215215

216216
### IIS custom headers
217217

218-
In case requests with X-Forwarded-For headers are blocked on a proxy server, you should either allow the header on the proxy server or change the custom header name in IIS for each server farm.
219-
Open IIS manager, click on "Server Farms", click on a server farm and the proxy icon. Change the value X-Forwarded-For to X-Forwarded-For-Custom (example name) under "Custom Headers".
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>`.
220226

221227
## Manage server resources
222228

0 commit comments

Comments
 (0)