Skip to content

Commit b5162ca

Browse files
committed
update private-ca example with proxy details
1 parent 466cd54 commit b5162ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/embedded-cluster-install.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ Where:
145145

146146
```bash
147147
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
148+
--http-proxy=http://10.128.0.0:3300 \
149+
--https-proxy=http://10.128.0.0:3300 \
150+
--no-proxy=123.89.46.4,10.96.0.0/16,*.example.com
151151
```
152152

153153
### Set Admin Console Password

0 commit comments

Comments
 (0)