File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -202,12 +202,16 @@ Now run this command to start the proxy:
202
202
203
203
$ symfony proxy:start
204
204
205
- .. note ::
206
-
207
- Some browsers (e.g. Chrome) require to re-apply proxy settings (clicking on
208
- ``Re-apply settings `` button on the ``chrome://net-internals/#proxy `` page)
209
- or a full restart after starting the proxy. Otherwise, you'll see a
210
- *"This webpage is not available" * error (``ERR_NAME_NOT_RESOLVED ``).
205
+ If the proxy doesn't work when serving requests as explained in the following
206
+ sections, check these:
207
+
208
+ * Some browsers (e.g. Chrome) require to re-apply proxy settings (clicking on
209
+ ``Re-apply settings `` button on the ``chrome://net-internals/#proxy `` page)
210
+ or a full restart after starting the proxy. Otherwise, you'll see a
211
+ *"This webpage is not available" * error (``ERR_NAME_NOT_RESOLVED ``);
212
+ * Some Operating Systems (e.g. macOS) don't apply by default the proxy settings
213
+ to local hosts and domains. You may need to remove ``*.local `` and/or other
214
+ IP addresses from that list.
211
215
212
216
Defining the Local Domain
213
217
~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments