From 4c9c96aef0fb26e0fa01cb8820fb0c0925833f4d Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 8 Apr 2023 02:28:49 +0200 Subject: [PATCH] varnish: update description as per official description - https://varnish-cache.org/intro/index.html#intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baf3a81..84dee81 100644 --- a/README.md +++ b/README.md @@ -755,7 +755,7 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s - [HAProxy](http://www.haproxy.org/) - Very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications. - [Traefik](https://traefik.io/) - HTTP reverse proxy and load balancer that makes deploying microservices easy. -- [Varnish](https://www.varnish-cache.org/) - HTTP based web application accelerator focusing on optimizing caching and compression. +- [Varnish](https://www.varnish-cache.org/) - Web application accelerator/caching HTTP reverse proxy. -------------------