Skip to content

Commit c496289

Browse files
SasSwartmafredri
andauthored
Update docs/proxy.md
Co-authored-by: Mathias Fredriksson <[email protected]>
1 parent b103bcc commit c496289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/proxy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Envbuilder can be used from behind transparent TLS proxies that would normally r
55
A summary of how to configure Envbuilder to run behind a HTTPS proxy is provided in the next section. Thereafter an illustrative example is provided that can be followed to prove the concept from first principles before applying it in production.
66

77
## Summary
8-
To use Envbuilder behind a proxy that requires a custom certificate, the following configuration needs to be applied. Note that if you are using Envbuilder in conjunction with Coder, these variables should be set on the envbuilder container itself, not on the Coder agent.
8+
To use Envbuilder behind a proxy that requires a custom certificate, the following configuration needs to be applied. Note that if you are using Envbuilder in conjunction with Coder, these variables should be set on the Envbuilder container itself, not on the Coder agent.
99

1010
To configure Envbuilder to route HTTP traffic for git and the container registry to the proxy do at least one of the following:
1111
* Set the `https_proxy=https://host:port` environment variable for the envbuilder container. This will also proxy traffic for other programs in the container that respect `https_proxy`. If you do set it, look into the related `http_proxy` and `no_proxy` environment variables.

0 commit comments

Comments
 (0)