From 4707fc0d082f95933437a1aff8ae08d8ac243136 Mon Sep 17 00:00:00 2001 From: Martin Lopes Date: Mon, 18 Jul 2022 15:00:11 +1000 Subject: [PATCH] Update docs regarding adding proxy exclusion for BYOS storage when using Actions and Packages (#28886) --- data/reusables/actions/enterprise-http-proxy.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/reusables/actions/enterprise-http-proxy.md b/data/reusables/actions/enterprise-http-proxy.md index 8bc7f63d59..a250623b87 100644 --- a/data/reusables/actions/enterprise-http-proxy.md +++ b/data/reusables/actions/enterprise-http-proxy.md @@ -1 +1,5 @@ -If you have an **HTTP Proxy Server** configured on {% data variables.product.product_location %}, you must add `localhost` and `127.0.0.1` to the **HTTP Proxy Exclusion** list. For more information on changing your proxy settings, see "[Configuring an outbound web proxy server](/admin/configuration/configuring-an-outbound-web-proxy-server)." +If you have an **HTTP Proxy Server** configured on {% data variables.product.product_location %}: + - You must add `localhost` and `127.0.0.1` to the **HTTP Proxy Exclusion** list. + - If the BYOS bucket is not routable, then you must also add the bucket's URL to the exclusion list. + + For more information on changing your proxy settings, see "[Configuring an outbound web proxy server](/admin/configuration/configuring-an-outbound-web-proxy-server)." \ No newline at end of file