Skip to content

Commit

Permalink
Update config-files.md (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
YehudaKremer authored Nov 13, 2023
1 parent 27f98d0 commit 8bd125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docfx/articles/config-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ For additional fields see [ClusterConfig](xref:Yarp.ReverseProxy.Configuration.C
"ClusterId": "allclusterprops", // Name of one of the clusters
"Order" : 100, // Lower numbers have higher precedence
"MaxRequestBodySize" : 1000000, // In bytes. An optional override of the server's limit (30MB default). Set to -1 to disable.
"Authorization Policy" : "Anonymous", // Name of the policy or "Default", "Anonymous"
"AuthorizationPolicy" : "Anonymous", // Name of the policy or "Default", "Anonymous"
"CorsPolicy" : "Default", // Name of the CorsPolicy to apply to this route or "Default", "Disable"
"Match": {
"Path": "/something/{**remainder}", // The path to match using ASP.NET syntax.
Expand Down

0 comments on commit 8bd125c

Please sign in to comment.