Skip to content

Commit 6fe91c7

Browse files
committed
clean up IA
1 parent 0f346da commit 6fe91c7

File tree

12 files changed

+20
-30
lines changed

12 files changed

+20
-30
lines changed
Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Configure tunnel service
32
pcx_content_type: how-to
3+
title: Configure cloudflared parameters
44
sidebar:
55
order: 1
66
---
@@ -132,3 +132,15 @@ On Windows, Cloudflare Tunnel installs itself as a system service using the Regi
132132
![Modify cloudflared service in the Registry Editor](~/assets/images/cloudflare-one/connections/connect-apps/remote-management-windows.png)
133133

134134
</TabItem> </Tabs>
135+
136+
137+
## Update origin configuration
138+
139+
To configure how `cloudflared` sends requests to your [public hostname](/cloudflare-one/connections/connect-networks/routing-to-tunnel/) services:
140+
141+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Networks** > **Tunnels**.
142+
2. Choose a tunnel and select **Configure**.
143+
3. Select the **Public Hostname** tab.
144+
4. Choose a route and select **Edit**.
145+
5. Under **Additional application settings**, modify one or more [origin configuration parameters](/cloudflare-one/connections/connect-networks/configure-tunnels/origin-configuration/).
146+
6. Select **Save hostname**.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
pcx_content_type: reference
33
title: Origin configuration parameters
44
sidebar:
5-
order: 3
5+
order: 9
66

77
---
88

9-
You can use the following parameters to configure how `cloudflared` proxies traffic to your origin server.
9+
Origin configuration parameters determine how `cloudflared` proxies traffic to your origin server. If you are using remotely-managed tunnels (default), configure these settings [using the dashboard or API](/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/#update-origin-configuration). If you are using [locally-managed tunnels](/cloudflare-one/connections/connect-networks/do-more-with-tunnels/local-management/), add these parameters to your [configuration file](/cloudflare-one/connections/connect-networks/do-more-with-tunnels/local-management/configuration-file/).
1010

1111
## TLS settings
1212

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ sidebar:
66

77
---
88

9-
This page lists general-purpose configuration options that you can add to the `cloudflared tunnel run` command.
9+
This page lists general-purpose configuration options that you can [add](/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/#update-tunnel-run-parameters) to the `cloudflared tunnel run` command.
1010

11-
Alternatively, if you are running a [locally-managed tunnel](/cloudflare-one/connections/connect-networks/configure-tunnels/local-management/) you can add these flags to your [configuration file](/cloudflare-one/connections/connect-networks/configure-tunnels/local-management/) as key/value pairs.
11+
Alternatively, if you are running a [locally-managed tunnel](/cloudflare-one/connections/connect-networks/configure-tunnels/local-management/) you can add these flags to your [configuration file](/cloudflare-one/connections/connect-networks/do-more-with-tunnels/local-management/configuration-file/) as key/value pairs.
1212

1313
## `autoupdate-freq`
1414

src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides/index.mdx renamed to src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/deployment-guides/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: navigation
33
title: Environments
44
sidebar:
5-
order: 5
5+
order: 12
66

77
---
88

0 commit comments

Comments
 (0)