Update terminology to be more inclusive for 'blacklist'

Updates `blacklist` to `denylist` from one of the alternatives recommended (sample: https://github.com/ietf/terminology#alternative-terminology)
pull/628/head
Alex Laughnan 2021-12-07 18:43:02 -08:00 committed by GitHub
parent e8a867ee28
commit d82ea8ea3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,7 @@ A reverse proxy is a web server that centralizes internal services and provides
Additional benefits include: 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 * **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 * **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 * Removes the need to install [X.509 certificates](https://en.wikipedia.org/wiki/X.509) on each server