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 @@ -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
192193Defining 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
You can’t perform that action at this time.
0 commit comments