Skip to content

Commit

Permalink
Fix Transforms documentation (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 authored Feb 6, 2024
1 parent e3fe202 commit 4e5414f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/docfx/articles/transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ Here is an example of common transforms:
{ "RequestHeadersCopy": "true" },
{ "RequestHeaderOriginalHost": "true" },
{
"X-Forwarded": "proto,host,for,prefix",
"Append": "true",
"Prefix": "X-Forwarded-"
"X-Forwarded": "Append",
"HeaderPrefix": "X-Forwarded-"
}
]
},
Expand Down

0 comments on commit 4e5414f

Please sign in to comment.