We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bf9e9 commit d6604f4Copy full SHA for d6604f4
docs/about.md
@@ -40,7 +40,7 @@ Secured Signal API acts purely as a **gateway** — it never bypasses or replace
40
41
```mermaid
42
flowchart LR
43
- Client[Your App / Script] -->|HTTP| TLSReverseProxy[TLS-enabled Reverse Proxy]
+ Client[Your App / Script] -->|HTTP| TLSReverseProxy[tls Reverse Proxy]
44
TLSReverseProxy -->|HTTPS| SecuredProxy[Secured Signal API]
45
SecuredProxy -->|Forwarded Request| SignalAPI[Signal CLI REST API]
46
SignalAPI -->|Encrypted Signal Network| SignalNetwork[Signal Servers]
0 commit comments