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

Commit 56b0bc8

Browse files
Update private-locations.rst
Minor edits
1 parent 10dc665 commit 56b0bc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

synthetics/test-config/private-locations.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,26 +173,26 @@ Ensure that these variables are correctly configured to comply with your network
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. **Ensure Proper NO_PROXY Setup**:
176+
1. :strong:`Ensure Proper NO_PROXY Setup`:
177177

178-
- When configuring ``NO_PROXY``, it is critical that the following addresses are **always included**:
178+
- When configuring ``NO_PROXY`` always include the following addresses:
179179

180180
- ``127.0.0.1`` (for localhost communication)
181181
- ``localhost`` (for resolving local tests)
182182

183183
These addresses ensure that internal services and tests run correctly without routing through a proxy, preventing potential failures.
184184

185-
2. **Merging HTTP_PROXY and http_proxy**:
185+
2. :strong:`Merging HTTP_PROXY and http_proxy`:
186186

187187
- The system automatically handles both ``HTTP_PROXY`` and ``http_proxy`` environment variables. If you define one of these, ensure the other is also set, or they will be automatically merged at start-up.
188188

189-
3. **Dockerfile Defaults**:
189+
3. :strong:Dockerfile Defaults`:
190190

191191
- By default, the runner will set the ``NO_PROXY`` variable in the Dockerfile to include ``127.0.0.1``. If you override ``NO_PROXY``, you must ensure that ``127.0.0.1`` and ``localhost`` are still present, or browser tests may fail.
192192

193-
4. **Startup Check**:
193+
4. :strong:`Startup Check`:
194194

195-
- The runner includes a startup check to validate that ``NO_PROXY`` contains ``127.0.0.1`` and ``localhost``. If these are missing, you may encounter unexpected behavior in test execution.
195+
- The runner includes a startup check to validate that ``NO_PROXY`` contains ``127.0.0.1`` and ``localhost``. If these are missing, you might encounter unexpected behavior in test execution.
196196

197197

198198

0 commit comments

Comments
 (0)