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:
parent
6587123f01
commit
4a9a8d1673
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue