Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 718 Bytes

proc_excluding-hosts-from-receiving-proxied-requests.adoc

File metadata and controls

19 lines (14 loc) · 718 Bytes

Excluding Hosts from Receiving Proxied Requests

If you use an HTTP Proxy for all {Project} HTTP or HTTPS requests, you can prevent certain hosts from communicating through the proxy.

Procedure
  1. In the {ProjectWebUI}, navigate to Administer > Settings.

  2. In the HTTP(S) proxy except hosts row, select the adjacent Value column and enter the names of one or more hosts that you want to exclude from proxy requests.

  3. Click the tick icon to save your changes.

CLI procedure
  • Enter the following command:

    # hammer settings set --name=http_proxy_except_list --value=[hostname1.hostname2...]