diff options
author | Sergey Poznyakoff <gray@gnu.org> | 2024-06-21 07:16:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-21 21:38:12 +0700 |
commit | 3ef44ca2ddd4aae4239b585128046eed78d916eb (patch) | |
tree | ff6b18f38cb1ac87bb8bc5a0a8bd6cbca301cd76 /network/pound/slack-desc | |
parent | 589d72757bfaaba50e6d0873f826eaadb7662c4c (diff) |
network/pound: Added (load balancer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pound/slack-desc')
-rw-r--r-- | network/pound/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/pound/slack-desc b/network/pound/slack-desc new file mode 100644 index 0000000000000..7c7230bdbbb56 --- /dev/null +++ b/network/pound/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +pound: pound (reverse proxy and load balancer for http servers) +pound: +pound: Pound is a reverse proxy, load balancer and HTTPS front-end for Web +pound: servers. It was developed to enable distributing the load among +pound: several Web-servers and to allow for a convenient SSL wrapper for +pound: those Web servers that do not offer it natively. Pound is distributed +pound: under the GNU General Public License, Version 3, or (at your option) +pound: any later version. +pound: +pound: Homepage: https://github.com/graygnuorg/pound +pound: |