You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: synthetics/test-config/private-locations.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,17 +144,17 @@ Configuring Proxy Settings for Private Locations
144
144
145
145
In environments where direct internet access is restricted, you can route synthetic test traffic through a proxy server by configuring the following environment variables:
146
146
147
-
* HTTP_PROXY: Specifies the proxy server for HTTP traffic.
147
+
* ``HTTP_PROXY``: Specifies the proxy server for HTTP traffic.
For example, here is what a command might look like after you modify it to fit your environment:
160
160
@@ -165,15 +165,15 @@ For example, here is what a command might look like after you modify it to fit y
165
165
166
166
In this example:
167
167
168
-
HTTP_PROXY and HTTPS_PROXY are set to route traffic through a proxy at \http://172.17.0.1:1234.
168
+
``HTTP_PROXY`` and ``HTTPS_PROXY`` are set to route traffic through a proxy at ``http://172.17.0.1:1234``.
169
169
170
-
NO_PROXY is configured to bypass the proxy for local addresses and specific domains like .signalfx.com and .amazonaws.com.
170
+
``NO_PROXY`` is configured to bypass the proxy for local addresses and specific domains like .signalfx.com and .amazonaws.com.
171
171
172
172
Ensure that these variables are correctly configured to comply with your network policies. This setup allows the synthetic tests to communicate securely and efficiently in a controlled network environment.
173
173
174
174
When using runner, it's important to correctly configure the proxy settings to avoid issues with browser-based tests. The following steps should be followed when setting up their environment:
175
175
176
-
1. :strong:`Ensure Proper NO_PROXY Setup`:
176
+
1. :strong:`Ensure proper NO_PROXY setup`:
177
177
178
178
- When configuring ``NO_PROXY`` always include the following addresses:
0 commit comments