mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Allow to listen on a specific address via TLJH config
This commit is contained in:
@@ -28,10 +28,12 @@ default = {
|
||||
"cpu": None,
|
||||
},
|
||||
"http": {
|
||||
"address": "",
|
||||
"port": 80,
|
||||
},
|
||||
"https": {
|
||||
"enabled": False,
|
||||
"address": "",
|
||||
"port": 443,
|
||||
"tls": {
|
||||
"cert": "",
|
||||
|
||||
Reference in New Issue
Block a user