Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _includes/manuals/2.3/5.9_http_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ In Administer - Settings - General menu there are two options available for
setting outgoing HTTP(s) proxy for all communication (e.g. to Smart Proxies,
Compute Resources):

* HTTP(S) proxy - hostname, port and optional credentials in the format of `http://[user:password@]HOST:PORT`
* HTTP(S) proxy - hostname and port in the format of `http://HOST:PORT`
* HTTP(S) proxy username - Username for connecting to the HTTP(S) proxy server
* HTTP(S) proxy user password - User password for connecting to the HTTP(S) proxy server
* HTTP(S) proxy except hosts - list of hostnames to exclude separated by commas

Both settings can also be configured via `settings.yaml` file via
Expand Down