Skip to content

Commit a1ee1de

Browse files
committed
Improve the local server proxy troubleshooting section
1 parent 7dfe821 commit a1ee1de

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

setup/symfony_server.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,16 @@ Now run this command to start the proxy:
202202
203203
$ symfony proxy:start
204204
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.
211215

212216
Defining the Local Domain
213217
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)