Varnish is a high-performance HTTP accelerator
Varnish is an HTTP accelerator. An HTTP accelerator (often called Reverse
Proxy) is an application that stores (caches) documents that have been
requested over the HTTP protocol.
Based on certain criteria the next client requesting the document is either
given the cached document, or a "fresh" document requested from a backend
server. The purpose of this is to minimize the requests going to the backend
server(s) by serving the same document to potentially many users.
- Sources inherited from project openSUSE:Leap:15.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:Update/varnish && cd $_
- Create Badge
Refresh
Refresh
Comments 1
Please note that at the moment the service uses the default "max number of open files" (i.e. 1024), which can catch an operator by surprise when he tries to increase the backend connection count.
It would be useful to include the following in
varnish.service
: