mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Fixed minor issues
This commit is contained in:
@@ -84,4 +84,4 @@ def check_service_active(name):
|
||||
], check=True)
|
||||
return True
|
||||
except subprocess.CalledProcessError:
|
||||
return False
|
||||
return False
|
||||
|
||||
@@ -41,7 +41,7 @@ idleTimeout = "10m0s"
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
[entryPoints.auth_api]
|
||||
address = ":{{auth_api['port']}}"
|
||||
address = "127.0.0.1:{{auth_api['port']}}"
|
||||
[entryPoints.auth_api.whiteList]
|
||||
sourceRange = ['{{auth_api['ip']}}']
|
||||
[entryPoints.auth_api.auth.basic]
|
||||
|
||||
Reference in New Issue
Block a user