Skip to content

Improved the docs about automatic proxy in Symfony server #12303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions setup/symfony_server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,12 @@ server. First, start the proxy:

$ symfony proxy:start

If this is the first time you run the proxy, you must follow these additional steps:
If this is the first time you run the proxy, you must configure it as follows:

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

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