Skip to content

Commit

Permalink
Fix broken page link, since header uses underscore, not dash, for tra…
Browse files Browse the repository at this point in the history
…ffic-policy.
  • Loading branch information
alexdlaird authored Nov 7, 2024
1 parent 8e38483 commit b771527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/agent/config/v3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ ngrok start --all
| [`url`](#url) | | The address you would like to use to forward traffic to your upstream service. Leave empty to get a randomly assigned address. |
| [`metadata`](#metadata-1) | | An arbitrary string of user-defined metadata for this endpoint. |
| [`description`](#description) | | An arbitrary user-defined description about this endpoint. |
| [`traffic_policy`](#traffic-policy) | | Accepts a Traffic Policy configuration in YAML format. |
| [`traffic_policy`](#traffic_policy) | | Accepts a Traffic Policy configuration in YAML format. |
| [`upstream`](#upstream) | Required | Upstream service configuration options. |
| [`upstream.url`](#upstreamurl) | Required | The address you would like to forward traffic to. |
| [`upstream.protocol`](#upstreamprotocol) | | The application layer protocol the agent should use when talking to your upstream application for HTTP endpoints. Accepted values are `http1` (default) and `http2`. |
Expand Down

0 comments on commit b771527

Please sign in to comment.