mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Add delete and start again comment
This commit is contained in:
@@ -7,6 +7,10 @@ Troubleshooting issues on your own server
|
|||||||
This is an incomplete list of issues people have run into
|
This is an incomplete list of issues people have run into
|
||||||
when installing TLJH on their own servers, and ways they
|
when installing TLJH on their own servers, and ways they
|
||||||
have fixed them.
|
have fixed them.
|
||||||
|
Before trying any of them, also consider whether trying simply turning
|
||||||
|
your server on and off again/deleting it and starting from scratch could
|
||||||
|
solve the problem, it has done so on a surprisingly high number of
|
||||||
|
occasions!
|
||||||
|
|
||||||
Outgoing HTTP proxy required
|
Outgoing HTTP proxy required
|
||||||
============================
|
============================
|
||||||
@@ -27,4 +31,4 @@ certificates to use.
|
|||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
export REQUESTS_CA_BUNDLE=</directory/with/your/ssl/certificates>
|
export REQUESTS_CA_BUNDLE=</directory/with/your/ssl/certificates>
|
||||||
sudo npm config set cafile=</directory/with/your/ssl/certificates>
|
sudo npm config set cafile=</directory/with/your/ssl/certificates>
|
||||||
|
|||||||
Reference in New Issue
Block a user