Skip to content

Commit

Permalink
Merge pull request #1501 from mzzmjd/patch-1
Browse files Browse the repository at this point in the history
Include work around for wildcards in HTTP Proxy Exclusion list
  • Loading branch information
Martin Lopes authored Jan 8, 2021
2 parents cd77ab1 + 611977a commit 54ae53c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ When a proxy server is enabled for {% data variables.product.product_location %}
{% data reusables.enterprise_management_console.privacy %}
4. Under **HTTP Proxy Server**, type the URL of your proxy server.
![Field to type the HTTP Proxy Server URL](/assets/images/enterprise/management-console/http-proxy-field.png)
5. Optionally, under **HTTP Proxy Exclusion**, type any hosts that do not require proxy access, separating hosts with commas.

5. Optionally, under **HTTP Proxy Exclusion**, type any hosts that do not require proxy access, separating hosts with commas. To exclude all hosts in a domain from requiring proxy access, you can use `.` as a wildcard prefix. For example: `.octo-org.tentacle`
![Field to type any HTTP Proxy Exclusions](/assets/images/enterprise/management-console/http-proxy-exclusion-field.png)

{% data reusables.enterprise_management_console.save-settings %}

0 comments on commit 54ae53c

Please sign in to comment.