Skip to content

Commit 0286e09

Browse files
committed
Fix flowchart direction
1 parent 148a835 commit 0286e09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/policies/gateway/http-policies/tls-decryption.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ flowchart LR
133133
end
134134
n1(["User near non-FedRAMP compliant data center"]) -- Gateway TLS connection wrapped with WARP TLS --> n2
135135
n2 --> n3
136-
n3 --> n4(["HTTPS server"])
137-
n5 --> n3 & n6
136+
n3 --> n4(["HTTPS server"]) & n5
137+
n5 --> n6
138138
139139
n5@{ shape: rect}
140140
```

0 commit comments

Comments
 (0)