1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jupyterlab_ynh.git synced 2024-09-03 19:26:35 +02:00

Fix bind_url

This commit is contained in:
Kayou 2020-04-11 21:56:26 +02:00 committed by GitHub
parent 6587123f01
commit 4a9a8d1673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@ c.JupyterHub.authenticator_class = 'ldapauthenticator.LDAPAuthenticator'
## The public facing URL of the whole JupyterHub application.
#
# This is the address on which the proxy will bind. Sets protocol, ip, base_url
#c.JupyterHub.bind_url = 'http://:8000'
c.JupyterHub.bind_url = 'http://:__PORT____PATH__'
## Whether to shutdown the proxy when the Hub shuts down.
#