8000 minor #12303 Improved the docs about automatic proxy in Symfony serve… · symfony/symfony-docs@a7ce064 · GitHub
[go: up one dir, main page]

Skip to content

Commit a7ce064

Browse files
committed
minor #12303 Improved the docs about automatic proxy in Symfony server (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Improved the docs about automatic proxy in Symfony server Finding these "proxy settings" is not a trivial thing, so let's add some help. By the way, I tried hard to find the official Windows/Microsoft help about "proxy settings" but I couldn't, so that's why I had to use a different URL. Commits ------- 89e7ea5 Improved the docs about automatic proxy in Symfony server
2 parents 859ab67 + 89e7ea5 commit a7ce064

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

setup/symfony_server.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,12 @@ server. First, start the proxy:
184184
185185
$ symfony proxy:start
186186
187-
If this is the first time you run the proxy, you must follow these additional steps:
187+
If this is the first time you run the proxy, you must configure it as follows:
188188

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

193194
Defining the Local Domain
194195
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -370,3 +371,6 @@ that Composer will also set the stability to ``dev`` for all root dependencies):
370371
.. _`Docker`: https://en.wikipedia.org/wiki/Docker_(software)
371372
.. _`SymfonyCloud`: https://symfony.com/cloud/
372373
.. _`Read SymfonyCloud technical docs`: https://symfony.com/doc/master/cloud/intro.html
374+
.. _`proxy settings in Windows`: https://www.dummies.com/computers/operating-systems/windows-10/how-to-set-up-a-proxy-in-windows-10/
375+
.. _`proxy settings in macOS`: https://support.apple.com/guide/mac-help/enter-proxy-server-settings-on-mac-mchlp2591/mac
376+
.. _`proxy settings in Ubuntu`: https://help.ubuntu.com/stable/ubuntu-help/net-proxy.html.en

0 commit comments

Comments
 (0)
0