diff options
author | Matt Schurenko <matt.schurenko@gmail.com> | 2011-10-09 03:44:57 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-10-11 21:20:30 -0500 |
commit | 2b7c9cd06c6963ffae8087b1cce75a96b963073a (patch) | |
tree | aab1a080e4ec604f7310807c3f1650da240e14c8 /network/varnish/README | |
parent | d237cb9dbda73bda305912e90b48f244e2c6bbec (diff) | |
download | slackbuilds-2b7c9cd06c6963ffae8087b1cce75a96b963073a.tar.gz |
network/varnish: Added (a state of the art web application accelerator)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/varnish/README')
-rw-r--r-- | network/varnish/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/varnish/README b/network/varnish/README new file mode 100644 index 0000000000..d8c1194ce9 --- /dev/null +++ b/network/varnish/README @@ -0,0 +1,8 @@ +Varnish Cache is a web application accelerator also known as a caching +HTTP reverse proxy. You install it in front of any server that speaks +HTTP and configure it to cache the contents. + +Varnish is free software licensed under a two-clause BSD licence, also +known as the FreeBSD licence. The project was initiated in 2005. + +Homepage: https://www.varnish-cache.org/ |