From 61c1c07ea5f2689aa50f2214620856c19f6fa227 Mon Sep 17 00:00:00 2001 From: esmerel <6818907+esmerel@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:49:17 -0800 Subject: [PATCH] Update http-proxy.md Signed-off-by: esmerel <6818907+esmerel@users.noreply.github.com> --- administration/http-proxy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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