1
0
mirror of synced 2026-01-18 06:01:38 -05:00

Merge pull request #1501 from mzzmjd/patch-1

Include work around for wildcards in HTTP Proxy Exclusion list
This commit is contained in:
Martin Lopes
2021-01-08 11:32:45 +10:00
committed by GitHub

View File

@@ -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 %}