Skip to content

Commit 1150b76

Browse files
JacksonDavenportpetems
authored andcommitted
Fix typo in nonexact env var (#30703)
1 parent 15e6120 commit 1150b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/agent/configuration/proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ DD_PROXY_HTTP="http://<USER>:<PASSWORD>@<PROXY_HOST>:<PROXY_PORT>"
7373
DD_PROXY_HTTPS="http://<USER>:<PASSWORD>@<PROXY_HOST>:<PROXY_PORT>"
7474
7575
DD_PROXY_NO_PROXY="<HOST_TO_BYPASS_1> <HOST_TO_BYPASS_2>"
76-
DD_PROXY_NO_PROXY_NONE_EXACT_MATCH=true
76+
DD_NO_PROXY_NONEXACT_MATCH=true
7777
7878
DD_LOGS_CONFIG_FORCE_USE_HTTP=true
7979
```

0 commit comments

Comments
 (0)