Skip to content

Commit ce651ca

Browse files
authored
docs: update proxy config documentation (#7550)
1 parent d4f560b commit ce651ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/markdown/data/proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ And in case of legacy URLs that are not (yet) exposing on https:
2626
As example configuration would be:
2727

2828
```bash
29-
export JAVA_TOOL_OPTIONS="-Dhttps.proxyHost=my-proxy.internal -Dhttps.proxyPort=8083"
29+
export JAVA_TOOL_OPTIONS=-Dhttps.proxyHost=my-proxy.internal -Dhttps.proxyPort=8083
3030
```
3131

3232
If you have some custom internal URLs that are on plain http, but do require use of the proxy you should also add
3333
the `http.*` properties for the proxy.
3434

3535
```bash
36-
export JAVA_TOOL_OPTIONS="-Dhttps.proxyHost=my-proxy.internal -Dhttps.proxyPort=8083 -Dhttp.proxyHost=my-proxy.internal -Dhttp.proxyPort=8083"
36+
export JAVA_TOOL_OPTIONS=-Dhttps.proxyHost=my-proxy.internal -Dhttps.proxyPort=8083 -Dhttp.proxyHost=my-proxy.internal -Dhttp.proxyPort=8083
3737
```
3838

3939
## Legacy configuration

0 commit comments

Comments
 (0)