Skip to content

Commit 61f7d3e

Browse files
committed
fix partial
1 parent 5200ef7 commit 61f7d3e

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

src/content/docs/cloudflare-one/applications/non-http/self-hosted-private-app.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ This feature replaces the legacy [private network app type](/cloudflare-one/appl
4848

4949
12. Select **Next**.
5050

51-
13. <Render file="access/self-hosted-app/advanced-settings" product="cloudflare-one" params={{ private: true }}/>
51+
13. <Render file="access/self-hosted-app/advanced-settings" product="cloudflare-one" />
52+
53+
These settings only apply to private hostnames and require [Gateway TLS decryption](/cloudflare-one/policies/gateway/http-policies/tls-decryption/).
5254

5355
14. Select **Save**.
5456

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
---
2-
params:
3-
- private?
2+
{}
43

54
---
65

7-
import { Render } from "~/components"
8-
96
(Optional) Configure advanced settings:
107

118
- [**Cross-Origin Resource Sharing (CORS) settings**](/cloudflare-one/identity/authorization-cookie/cors/)
129
- [**Cookie settings**](/cloudflare-one/identity/authorization-cookie/#cookie-settings)
1310
- **401 Response for Service Auth policies**: Return a `401` response code when a user (or machine) makes a request to the application without the correct [service token](/cloudflare-one/identity/service-tokens/).
14-
15-
{
16-
props.private && (
17-
<p> These settings only apply to private hostnames and require [Gateway TLS decryption](/cloudflare-one/policies/gateway/http-policies/tls-decryption/).</p> )
18-
}

0 commit comments

Comments
 (0)