Skip to content

Commit c2bf343

Browse files
committed
Add HAProxy to Glossary
Add link to plone/plone-haproxy
1 parent 05806b4 commit c2bf343

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/glossary.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,7 @@ ZEO
297297
298298
PostgreSQL
299299
[PostgreSQL](https://www.postgresql.org/) is a powerful, open source object-relational database.
300+
301+
HAProxy
302+
[HAProxy](https://www.haproxy.org/) is a free, very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications.
300303
```

docs/install/containers/examples/haproxy-plone-zeo.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ html_meta:
1010

1111
Very simple setup with only one or more backend instances accessing a ZEO server and data being persisted in a Docker volume.
1212

13-
HAProxy is used for load balancing in this example.
13+
{term}`HAProxy` is used for load balancing in this example.
14+
We will use the image [`plone/plone-haproxy`](https://github.com/plone/plone-haproxy).
15+
1416

1517
## Setup
1618

0 commit comments

Comments
 (0)