We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e6120 commit 1150b76Copy full SHA for 1150b76
content/en/agent/configuration/proxy.md
@@ -73,7 +73,7 @@ DD_PROXY_HTTP="http://<USER>:<PASSWORD>@<PROXY_HOST>:<PROXY_PORT>"
73
DD_PROXY_HTTPS="http://<USER>:<PASSWORD>@<PROXY_HOST>:<PROXY_PORT>"
74
75
DD_PROXY_NO_PROXY="<HOST_TO_BYPASS_1> <HOST_TO_BYPASS_2>"
76
-DD_PROXY_NO_PROXY_NONE_EXACT_MATCH=true
+DD_NO_PROXY_NONEXACT_MATCH=true
77
78
DD_LOGS_CONFIG_FORCE_USE_HTTP=true
79
```
0 commit comments