Skip to content

Commit 10ad93c

Browse files
committed
link to service types
1 parent b0b9edb commit 10ad93c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/get-started/create-remote-tunnel-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Before you publish an application through your tunnel, you must:
7373

7474
Follow these steps to publish an application to the Internet. If you are looking to connect a private resource, skip to the [Connect a network](#3b-connect-a-network) section.
7575

76-
1. Make a [`PUT` request](/api/resources/zero_trust/subresources/tunnels/subresources/cloudflared/subresources/configurations/methods/update/) to route your local service URL to a public hostname. For example,
76+
1. Make a [`PUT` request](/api/resources/zero_trust/subresources/tunnels/subresources/cloudflared/subresources/configurations/methods/update/) to route your [local service URL](/cloudflare-one/connections/connect-networks/routing-to-tunnel/protocols/) to a public hostname. For example,
7777

7878
<APIRequest
7979
path="/accounts/{account_id}/cfd_tunnel/{tunnel_id}/configurations"

src/content/partials/cloudflare-one/tunnel/add-published-application.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
If you add a multi-level subdomain (more than one level of subdomain), you must [order an Advanced Certificate for the hostname](/cloudflare-one/faq/troubleshooting/#i-see-this-site-cant-provide-a-secure-connection).
1111
:::
1212

13-
3. Specify a service, for example `https://localhost:8000`.
13+
3. Under **Service**, choose a [service type](/cloudflare-one/connections/connect-networks/routing-to-tunnel/protocols/) and specify its URL. For example,
14+
- **Type**: _HTTP_
15+
- **URL**: `localhost:8000`
1416

1517
4. Under **Additional application settings**, specify any [parameters](/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/origin-parameters/) you would like to add to your tunnel configuration.
1618

0 commit comments

Comments
 (0)