Skip to content

Commit

Permalink
Update http-proxy.md
Browse files Browse the repository at this point in the history
Signed-off-by: esmerel <[email protected]>
  • Loading branch information
esmerel authored Nov 5, 2024
1 parent 3f3fe25 commit 61c1c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administration/http-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 61c1c07

Please sign in to comment.