Skip to content

Commit 6d3605a

Browse files
authored
Fixed the Acrolinx score
1 parent 347163f commit 6d3605a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cyclecloud/proxy-traffic.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ ms.author: adjohnso
88

99
# Proxy Traffic
1010

11-
When using the [Return Proxy](https://docs.cyclecomputing.com/user-guide-v6.6.1/return_proxy) feature, Azure CycleCloud requires direct (or via bastion host) SSH access to one or more nodes in your clusters. In an environment where all HTTP/S traffic must travel through a web proxy or gateway, additional setup is required. You will need to know the values for `<%= @http_proxy_host %> ` and `<%= @http_proxy_port %> `.
11+
To use the [Return Proxy](https://docs.cyclecomputing.com/user-guide-v6.6.1/return_proxy) feature, Azure CycleCloud requires direct (or via bastion host) SSH access to one or more nodes in your clusters. In an environment where all HTTP/S traffic must travel through a web proxy or gateway, another setup is required. You need to know the values for `<%= @http_proxy_host %> ` and `<%= @http_proxy_port %> `.
1212

1313
## All Providers
1414
Click on your user or account name in the upper right corner of your CycleCloud window, and select "Settings". Double click on "DataMan" to open the configuration window. To allow proxy use, click the "Proxy Enabled" checkbox and enter the required information. Click "Save" to continue, or "Cancel" to exit the window.
1515

16-
To connect to Azure from behind a proxy, you will need to modify your `cycle_server/config/cycle_server.properties ` file and add the following to the `webServerJvmOptions` property:
16+
To connect to Azure from behind a proxy, you need to modify your `cycle_server/config/cycle_server.properties ` file and add the following to the `webServerJvmOptions` property:
1717

1818
``` properties
1919
webServerJvmOptions= -Dhttp.proxyHost=<%= @http_proxy_host %> -Dhttp.proxyPort=<%= @http_proxy_port %>

0 commit comments

Comments
 (0)