mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 10:34:10 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -40,9 +40,11 @@ set to the URL which the hub uses to connect _to the proxy's API_.
|
|||||||
|
|
||||||
You need to configure a service to start the proxy. An example
|
You need to configure a service to start the proxy. An example
|
||||||
command line argument for this is:
|
command line argument for this is:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ configurable-http-proxy --ip=127.0.0.1 --port=8000 --api-ip=127.0.0.1 --api-port=8001 --default-target=http://localhost:8081 --error-target=http://localhost:8081/hub/error
|
$ configurable-http-proxy --ip=127.0.0.1 --port=8000 --api-ip=127.0.0.1 --api-port=8001 --default-target=http://localhost:8081 --error-target=http://localhost:8081/hub/error
|
||||||
```
|
```
|
||||||
|
|
||||||
(Details on how to do this is out of the scope of this tutorial. For example, it might be a
|
(Details on how to do this is out of the scope of this tutorial. For example, it might be a
|
||||||
systemd service configured within another docker container). The proxy has no
|
systemd service configured within another docker container). The proxy has no
|
||||||
configuration files, all configuration is via the command line and
|
configuration files, all configuration is via the command line and
|
||||||
|
Reference in New Issue
Block a user