File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -184,11 +184,12 @@ server. First, start the proxy:
184
184
185
185
$ symfony proxy:start
186
186
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 :
188
188
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 ``
192
193
193
194
Defining the Local Domain
194
195
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -370,3 +371,6 @@ that Composer will also set the stability to ``dev`` for all root dependencies):
370
371
.. _`Docker` : https://en.wikipedia.org/wiki/Docker_(software)
371
372
.. _`SymfonyCloud` : https://symfony.com/cloud/
372
373
.. _`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
You can’t perform that action at this time.
0 commit comments