mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Use high ports for CHP API + JupyterHub
This makes it easier to test this distro out on machines with JupyterHub running already
This commit is contained in:
@@ -20,5 +20,5 @@ ExecStart={install_prefix}/hub/bin/configurable-http-proxy \
|
||||
--ip 0.0.0.0 \
|
||||
--port 80 \
|
||||
--api-ip 127.0.0.1 \
|
||||
--api-port 8001 \
|
||||
--error-target http://127.0.0.1:8081/hub/error
|
||||
--api-port 15002 \
|
||||
--error-target http://127.0.0.1:15001/hub/error
|
||||
|
||||
Reference in New Issue
Block a user