mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +00:00
remove global in some places
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
title: "Pangolin vs. Reverse Proxy"
|
||||
description: "Learn how Pangolin's distributed architecture eliminates single points of failure and provides global, authenticated access to your applications"
|
||||
description: "Learn how Pangolin's distributed architecture eliminates single points of failure and provides authenticated access to your applications"
|
||||
---
|
||||
|
||||
Pangolin builds upon traditional reverse proxy principles but adds distributed architecture, tunneling, and identity-aware access control. While traditional reverse proxies are typically single-server solutions, Pangolin operates as a distributed network of points of presence that provide global, highly-available access to your applications.
|
||||
Pangolin builds upon traditional reverse proxy principles but adds distributed architecture, tunneling, and identity-aware access control. While traditional reverse proxies are typically single-server solutions, Pangolin operates as a distributed network of points of presence that provide highly-available access to your applications.
|
||||
|
||||
## Traditional Reverse Proxy Limitations
|
||||
|
||||
@@ -103,12 +103,12 @@ Unlike traditional reverse proxies, Pangolin authenticates every single request,
|
||||
| Feature | Traditional Reverse Proxy | Pangolin |
|
||||
|---------|--------------------------|----------|
|
||||
| **Availability** | Single point of failure | Distributed, fault-tolerant |
|
||||
| **Performance** | Limited by server location | Global, optimized routing |
|
||||
| **Performance** | Limited by server location | Regionally, optimized routing |
|
||||
| **Security** | Network-based trust | Zero-trust, identity-aware |
|
||||
| **Network Requirements** | Public IP, open ports | No public IP needed |
|
||||
| **Authentication** | Basic or none | Advanced, multi-factor |
|
||||
| **Scalability** | Manual scaling | Automatic global distribution |
|
||||
| **Scalability** | Manual scaling | Automatic regional distribution |
|
||||
|
||||
<Card title="Try Pangolin Cloud" icon="rocket" href="https://pangolin.fossorial.io/auth/signup">
|
||||
Get distributed, authenticated access to your applications with Pangolin's global network of points of presence.
|
||||
Get distributed, authenticated access to your applications with Pangolin's regional network of points of presence.
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user