Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 206462d

Browse files
authored
Merge pull request #2418 from splunk/adasplunk-O11YDOCS-6384
Fix formatting of code and parameter samples.
2 parents 40d456c + 3f8c03c commit 206462d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

synthetics/test-config/private-locations.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,17 @@ Configuring Proxy Settings for Private Locations
144144

145145
In environments where direct internet access is restricted, you can route synthetic test traffic through a proxy server by configuring the following environment variables:
146146

147-
* HTTP_PROXY: Specifies the proxy server for HTTP traffic.
147+
* ``HTTP_PROXY``: Specifies the proxy server for HTTP traffic.
148148

149-
* Example: export HTTP_PROXY="\http://proxy.example.com:8080"
149+
* Example: ``export HTTP_PROXY="\http://proxy.example.com:8080"``
150150

151-
* HTTPS_PROXY: Specifies the proxy server for HTTPS traffic.
151+
* ``HTTPS_PROXY``: Specifies the proxy server for HTTPS traffic.
152152

153-
* Example: export HTTPS_PROXY="\https://proxy.example.com:8443"
153+
* Example: ``export HTTPS_PROXY="\https://proxy.example.com:8443"``
154154

155-
* NO_PROXY: Specifies a comma-separated list of domains or IP addresses that should bypass the proxy.
155+
* ``NO_PROXY``: Specifies a comma-separated list of domains or IP addresses that should bypass the proxy.
156156

157-
* Example: export NO_PROXY="localhost,127.0.0.1,.internal-domain.com"
157+
* Example: ``export NO_PROXY="localhost,127.0.0.1,.internal-domain.com"``
158158

159159
For example, here is what a command might look like after you modify it to fit your environment:
160160

@@ -165,15 +165,15 @@ For example, here is what a command might look like after you modify it to fit y
165165
166166
In this example:
167167

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``.
169169

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.
171171

172172
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.
173173

174174
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:
175175

176-
1. :strong:`Ensure Proper NO_PROXY Setup`:
176+
1. :strong:`Ensure proper NO_PROXY setup`:
177177

178178
- When configuring ``NO_PROXY`` always include the following addresses:
179179

0 commit comments

Comments
 (0)