mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 21:57:47 +00:00
Warn about problematic TLDs
This commit is contained in:
parent
4ecee3f677
commit
f9db50f03a
@ -53,8 +53,8 @@ separetely.
|
|||||||
|
|
||||||
Virtual host domains
|
Virtual host domains
|
||||||
^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^
|
||||||
Each of your virtual host will have its own domain. TLD can be freely chosen, such as ``*.loc``,
|
Each of your virtual host will have its own domain. TLD can be freely chosen, such as ``*.loc`` or
|
||||||
``*.local``, ``*.com``, ``*.org`` or whatever you require.
|
``*.local``. Be aware that some TLD's can cause problems. Read more here: :ref:`_env_tld_suffix`.
|
||||||
|
|
||||||
|
|
||||||
Service and version choice
|
Service and version choice
|
||||||
|
@ -125,6 +125,7 @@ you want. See :ref:`env_tld_suffix`.
|
|||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
Be aware not to use ``dev`` or ``localhost``. See :ref:`env_tld_suffix` for more details.
|
Be aware not to use ``dev`` or ``localhost``. See :ref:`env_tld_suffix` for more details.
|
||||||
|
Also do not use any official domain TLDs such as ``com``, ``net``, ``org``, etc.
|
||||||
|
|
||||||
|
|
||||||
Can I just start PHP and MySQL instead of all container?
|
Can I just start PHP and MySQL instead of all container?
|
||||||
|
Loading…
Reference in New Issue
Block a user