update config path in docs

This commit is contained in:
Min RK
2018-08-28 14:23:44 +02:00
parent 4b79993ea0
commit 01a1226d51
3 changed files with 5 additions and 5 deletions

View File

@@ -59,8 +59,8 @@ The easiest & safest way to develop & test TLJH is with `Docker <https://www.doc
you can test it by running ``python3 -m tljh.installer``.
* If you changed ``tljh/jupyterhub_config.py``, ``tljh/configurer.py``,
``/opt/tljh/config.yaml`` or any of their dependencies, you only need to
restart jupyterhub for them to take effect. ``systemctl restart jupyterhub``
``/opt/tljh/config/`` or any of their dependencies, you only need to
restart jupyterhub for them to take effect. ``tljh-config reload hub``
should do that.
:ref:`troubleshooting/logs` has information on looking at various logs in the container

View File

@@ -48,7 +48,7 @@ You can change the default interface users get when they log in by modifying
.. code-block:: yaml
sudo tljh-config reload
sudo tljh-config reload hub
If this causes problems, check the :ref:`troubleshoot_logs_jupyterhub` for clues
on what went wrong.

View File

@@ -10,7 +10,7 @@ directory that lets you load multiple ``jupyterhub_config.py`` snippets for
your configuration. You need to create the directory when you use it for
the first time.
Any files in ``/opt/tljh/jupyterhub_config.d`` that end in ``.py`` will be
Any files in ``/opt/tljh/config/jupyterhub_config.d`` that end in ``.py`` will be
loaded in alphabetical order as python files to provide configuration for
JupyterHub. Any config that can go in a regular ``jupyterhub_config.py``
file is valid in these files. They will be loaded *after* any of the config