Skip to content

Commit

Permalink
Address review comment from Santiago
Browse files Browse the repository at this point in the history
  • Loading branch information
tjquinno committed Jul 12, 2022
1 parent b396849 commit de5ae0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mp/cors/cors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ cors.paths._i_.enabled= # <4>
<2> Add a block for each resource you want to configure.
The index `_i_` is an integer (0, 1, 2, etc.).
<3> Specify the settings as needed to define the CORS behavior you want for that resource.
<4> The `enabled` setting lets you control whether the system uses that set of CORS configuration.
<4> The `enabled` setting lets you control whether the system uses that set of CORS configuration. Defaults to `true`.
The system uses the index `_i_`, not the position in the config file, to identify the settings for a particular resource.
Expand Down

0 comments on commit de5ae0b

Please sign in to comment.