mirror of
https://github.com/donnemartin/system-design-primer.git
synced 2025-09-16 17:10:39 +03:00
Update
line 743 - Change "Blacklist" to "Denylist" or something like that. I think it is not a good idea to use the terms "blacklist" and "whitelist".
This commit is contained in:

committed by
GitHub

parent
f103307ce3
commit
a23a83cc71
@@ -740,7 +740,7 @@ A reverse proxy is a web server that centralizes internal services and provides
|
||||
|
||||
Additional benefits include:
|
||||
|
||||
* **Increased security** - Hide information about backend servers, blacklist IPs, limit number of connections per client
|
||||
* **Increased security** - Hide information about backend servers, Denylist IPs, limit number of connections per client
|
||||
* **Increased scalability and flexibility** - Clients only see the reverse proxy's IP, allowing you to scale servers or change their configuration
|
||||
* **SSL termination** - Decrypt incoming requests and encrypt server responses so backend servers do not have to perform these potentially expensive operations
|
||||
* Removes the need to install [X.509 certificates](https://en.wikipedia.org/wiki/X.509) on each server
|
||||
|
Reference in New Issue
Block a user