Skip to content

Commit af22d87

Browse files
committed
update Architecture flowchart
1 parent 07721fb commit af22d87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs-src/about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Secured Signal API acts purely as a **gateway** — it never bypasses or replace
4040

4141
```mermaid
4242
flowchart LR
43-
Client[Your App / Script] -->|HTTPS| SecuredProxy[Secured Signal API]
43+
Client[Your App / Script] -->|HTTP| TLSReverseProxy[TLS-enabled Reverse Proxy]
44+
TLSReverseProxy -->|HTTPS| SecuredProxy[Secured Signal API]
4445
SecuredProxy -->|Forwarded Request| SignalAPI[Signal CLI REST API]
4546
SignalAPI -->|Encrypted Signal Network| SignalNetwork[Signal Servers]
4647
```

0 commit comments

Comments
 (0)