mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
update config path in docs
This commit is contained in:
@@ -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``.
|
you can test it by running ``python3 -m tljh.installer``.
|
||||||
|
|
||||||
* If you changed ``tljh/jupyterhub_config.py``, ``tljh/configurer.py``,
|
* If you changed ``tljh/jupyterhub_config.py``, ``tljh/configurer.py``,
|
||||||
``/opt/tljh/config.yaml`` or any of their dependencies, you only need to
|
``/opt/tljh/config/`` or any of their dependencies, you only need to
|
||||||
restart jupyterhub for them to take effect. ``systemctl restart jupyterhub``
|
restart jupyterhub for them to take effect. ``tljh-config reload hub``
|
||||||
should do that.
|
should do that.
|
||||||
|
|
||||||
:ref:`troubleshooting/logs` has information on looking at various logs in the container
|
:ref:`troubleshooting/logs` has information on looking at various logs in the container
|
||||||
|
|||||||
2
docs/howto/env/notebook-interfaces.rst
vendored
2
docs/howto/env/notebook-interfaces.rst
vendored
@@ -48,7 +48,7 @@ You can change the default interface users get when they log in by modifying
|
|||||||
|
|
||||||
.. code-block:: yaml
|
.. code-block:: yaml
|
||||||
|
|
||||||
sudo tljh-config reload
|
sudo tljh-config reload hub
|
||||||
|
|
||||||
If this causes problems, check the :ref:`troubleshoot_logs_jupyterhub` for clues
|
If this causes problems, check the :ref:`troubleshoot_logs_jupyterhub` for clues
|
||||||
on what went wrong.
|
on what went wrong.
|
||||||
|
|||||||
@@ -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
|
your configuration. You need to create the directory when you use it for
|
||||||
the first time.
|
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
|
loaded in alphabetical order as python files to provide configuration for
|
||||||
JupyterHub. Any config that can go in a regular ``jupyterhub_config.py``
|
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
|
file is valid in these files. They will be loaded *after* any of the config
|
||||||
|
|||||||
Reference in New Issue
Block a user