Skip to content

Commit 61c1c07

Browse files
authored
Update http-proxy.md
Signed-off-by: esmerel <[email protected]>
1 parent 3f3fe25 commit 61c1c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/http-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ HTTP_PROXY='http://proxy.example.com:8080'
2727
```
2828

2929
The `HTTP_PROXY` environment variable is a [standard
30-
method](https://docs.docker.com/network/proxy/#use-environment-variables) for setting a
30+
way](https://docs.docker.com/network/proxy/#use-environment-variables) of setting a
3131
HTTP proxy in a containerized environment, and it's also natively supported by any
3232
application written in Go. Fluent Bit implements the same convention. The
3333
`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.
5454
The format for the `no_proxy` environment variable is a comma-separated list of
5555
host names or IP addresses.
5656

57-
A domain name matches itself and all of its subdomains (for example,`example.com`
57+
A domain name matches itself and all of its subdomains (for example, `example.com`
5858
matches both `example.com` and `test.example.com`):
5959

6060
```text

0 commit comments

Comments
 (0)