diff --git a/administration/http-proxy.md b/administration/http-proxy.md index 8861e138e..ee28e6d51 100644 --- a/administration/http-proxy.md +++ b/administration/http-proxy.md @@ -27,7 +27,7 @@ HTTP_PROXY='http://proxy.example.com:8080' ``` The `HTTP_PROXY` environment variable is a [standard -method](https://docs.docker.com/network/proxy/#use-environment-variables) for setting a +way](https://docs.docker.com/network/proxy/#use-environment-variables) of setting a HTTP proxy in a containerized environment, and it's also natively supported by any application written in Go. Fluent Bit implements the same convention. The `http_proxy` environment variable is also supported. When both the `HTTP_PROXY` and @@ -54,7 +54,7 @@ and `no_proxy` environment variables are provided, `NO_PROXY` takes precedence. The format for the `no_proxy` environment variable is a comma-separated list of host names or IP addresses. -A domain name matches itself and all of its subdomains (for example,`example.com` +A domain name matches itself and all of its subdomains (for example, `example.com` matches both `example.com` and `test.example.com`): ```text