File tree 1 file changed +8
-4
lines changed
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:
183
183
184
184
$ symfony proxy:start
185
185
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 :
187
187
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 ``
191
192
192
193
Defining the Local Domain
193
194
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -319,3 +320,6 @@ debug any issues.
319
320
.. _`Docker` : https://en.wikipedia.org/wiki/Docker_(software)
320
321
.. _`SymfonyCloud` : https://symfony.com/cloud/
321
322
.. _`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