Skip to content

Commit a173504

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Improved the docs about automatic proxy in Symfony server
2 parents e916088 + c278eb6 commit a173504

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

setup/symfony_server.rst

+8-4
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,12 @@ server. First, start the proxy:
183183
184184
$ symfony proxy:start
185185
186-
If this is the first time you run the proxy, you must follow these additional steps:
186+
If this is the first time you run the proxy, you must configure it as follows:
187187

188-
* Open the **network configuration** of your operating system;
189-
* Find the **proxy settings** and select the **"Automatic Proxy Configuration"**;
190-
* Set the following URL as its value: ``http://127.0.0.1:7080/proxy.pac``
188+
* Open the **proxy settings** of your operating system (`proxy settings in Windows`_,
189+
`proxy settings in macOS`_, `proxy settings in Ubuntu`_);
190+
* Set the following URL as the value of the **Automatic Proxy Configuration**:
191+
``http://127.0.0.1:7080/proxy.pac``
191192

192193
Defining the Local Domain
193194
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -319,3 +320,6 @@ debug any issues.
319320
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)
320321
.. _`SymfonyCloud`: https://symfony.com/cloud/
321322
.. _`Read SymfonyCloud technical docs`: https://symfony.com/doc/master/cloud/intro.html
323+
.. _`proxy settings in Windows`: https://www.dummies.com/computers/operating-systems/windows-10/how-to-set-up-a-proxy-in-windows-10/
324+
.. _`proxy settings in macOS`: https://support.apple.com/guide/mac-help/enter-proxy-server-settings-on-mac-mchlp2591/mac
325+
.. _`proxy settings in Ubuntu`: https://help.ubuntu.com/stable/ubuntu-help/net-proxy.html.en

0 commit comments

Comments
 (0)