Skip to content

Commit

Permalink
Merge pull request #9656 from DataDog/brian/no-proxy-nonexact-match-doc
Browse files Browse the repository at this point in the history
no_proxy_nonexact_match docs for agent 7.26
  • Loading branch information
kayayarai authored Mar 3, 2021
2 parents d5b08ac + 3b791a4 commit 35ccb5b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/en/agent/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,11 @@ proxy:
* A hostname
- e.g. `webserver1`

**Note**: `NO_PROXY` must match endpoints exactly for agent HTTP(S) requests. The accepted values above only apply to integrations.
`NO_PROXY` must match endpoints exactly for Agent HTTP(S) requests. Enable `no_proxy_nonexact_match` to allow the Agent to match `NO_PROXY` values with the same rules (above) used for integrations.

```yaml
no_proxy_nonexact_match: true
```

#### Environment variables

Expand Down

0 comments on commit 35ccb5b

Please sign in to comment.