We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d1edd commit 466cd54Copy full SHA for 466cd54
docs/reference/embedded-cluster-install.mdx
@@ -144,7 +144,10 @@ Where:
144
### Install Behind an MITM Proxy
145
146
```bash
147
-sudo ./APP_SLUG install --license license.yaml --private-ca /path/to/private-ca-bundle
+sudo ./APP_SLUG install --license license.yaml --private-ca /path/to/private-ca-bundle \
148
+ --http-proxy=HOST:PORT \
149
+ --https-proxy=HOST:PORT \
150
+ --no-proxy=LIST_OF_HOSTS
151
```
152
153
### Set Admin Console Password
0 commit comments