Warn about problematic TLDs

This commit is contained in:
cytopia 2018-08-04 16:22:54 +02:00
parent 4ecee3f677
commit f9db50f03a
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 3 additions and 2 deletions

View File

@ -53,8 +53,8 @@ separetely.
Virtual host domains
^^^^^^^^^^^^^^^^^^^^
Each of your virtual host will have its own domain. TLD can be freely chosen, such as ``*.loc``,
``*.local``, ``*.com``, ``*.org`` or whatever you require.
Each of your virtual host will have its own domain. TLD can be freely chosen, such as ``*.loc`` or
``*.local``. Be aware that some TLD's can cause problems. Read more here: :ref:`_env_tld_suffix`.
Service and version choice

View File

@ -125,6 +125,7 @@ you want. See :ref:`env_tld_suffix`.
.. warning::
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?