Skip to content

Commit

Permalink
no proxy nonexact match docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gh123man committed Feb 1, 2021
1 parent 23943e0 commit 340147c
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 340147c

Please sign in to comment.