proxy
Use the proxy stanza entry to define the proxy server that is used when connecting to the HTTP server.
Syntax
proxy = host:port Description
The proxy server that is used when connecting to the HTTP server.
Options
- host:port
- Specify the host name and port number of the proxy server.
Usage
This stanza entry is optional. If this entry is not present, then traffic goes to the server directly rather than going through a proxy.
Default value
None.
Example
proxy = www.example.com:8080