Networking
HTTP proxy env variables#
Warning
Proxies which require passwords are not supported.
If your Tower instance must access the internet via proxy server, the settings can be configured via:
http_proxy
: Defines the proxy server to be used for HTTP connections.https_proxy
: Defines the proxy server to be used for HTTPS connections.no_proxy
: Defines one or more host names that should not use the proxy server.
Example:
1 2 3 4 |
|
Tip
The above env variables can be either lowercase or uppercase.