Skip to content

Commit a7049cf

Browse files
committed
minor #11755 Remove a tip about Symfony setup and VMs (javiereguiluz)
This PR was merged into the 4.2 branch. Discussion ---------- Remove a tip about Symfony setup and VMs This is just a proposal. Why? * We can't do this with the Symfony Local Server (@tucksaun please, confirm that this is true) so we must keep showing the old WebServerBundle, which is deprecated and we don't want to display it anywhere in the docs. * The tip says: *"be careful with this because it's super dangerous"* Well, then we shouldn't display it at all. What do you think? Thanks. Commits ------- 3c94f80 Remove a tip about Symfony setup and VMs
2 parents ba908ae + 3c94f80 commit a7049cf

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

setup.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,6 @@ the server by pressing ``Ctrl+C`` from your terminal.
6868
If you want to use a virtual machine (VM) with Vagrant, check out
6969
:doc:`Homestead </setup/homestead>`.
7070

71-
.. tip::
72-
73-
If you're using a VM, you may need to tell the server to bind to all IP addresses:
74-
75-
.. code-block:: terminal
76-
77-
$ php bin/console server:start 0.0.0.0:8000
78-
79-
You should **NEVER** listen to all interfaces on a computer that is
80-
directly accessible from the Internet.
81-
8271
Storing your Project in git
8372
---------------------------
8473

0 commit comments

Comments
 (0)