Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no_proxy_nonexact_match docs for agent 7.26 #9656

Merged
merged 2 commits into from
Mar 3, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
gh123man marked this conversation as resolved.
Show resolved Hide resolved

```yaml
no_proxy_nonexact_match: true
```

#### Environment variables

Expand Down