Merge pull request #676 from llaville/fix_reverse-proxy_docs

Fix reverse proxy docs
This commit is contained in:
cytopia 2020-02-24 09:06:50 +01:00 committed by GitHub
commit 44bbf048ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -390,7 +390,7 @@ host operating systems ``/etc/hosts`` file (or ``C:\Windows\System32\drivers\etc
.. code-block:: bash
:caption: /etc/hosts
127.0.0.1 my-node.loc
127.0.0.1 my-sphinx.loc
.. seealso::

View File

@ -38,7 +38,7 @@ Let's imagine you have added a custom Python Docker image to the Devilbox which
application listening on port ``3000``.
* :ref:`env_TLD_SUFFIX`: ``loc``
* Desired DNS name: ``my-pthon.loc``
* Desired DNS name: ``my-python.loc``
* :ref:`env_httpd_datadir` on the host: ``./data/www``
* :ref:`env_httpd_template_dir`: ``.devilbox``
* Listening port: ``3000``