Skip to content

Commit ab51bcd

Browse files
committed
Add nginx to Glossary
1 parent c7e3110 commit ab51bcd

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
@@ -300,4 +300,7 @@ PostgreSQL
300300
301301
HAProxy
302302
[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.
303+
304+
nginx
305+
[nginx](https://docs.nginx.com/nginx/) (pronounced "engine x") is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server, originally written by Igor Sysoev.
303306
```

docs/install/containers/examples/nginx-volto-plone-zeo.md

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

1111
This example is a very simple setup with one or more backend instances accessing a ZEO server and data being persisted in a Docker volume.
1212

13-
Nginx in this example is used as a [reverse proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/").
13+
{term}`nginx` in this example is used as a [reverse proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/).
14+
1415

1516
## Setup
1617

@@ -81,6 +82,7 @@ server {
8182
You can either use `localhost`, or add it in your `etc/hosts` file or DNS to point to the docker host IP.
8283
```
8384

85+
8486
### Service configuration with `docker-compose`
8587

8688
Now let's create a `docker-compose.yml` file:

0 commit comments

Comments
 (0)