Skip to content

Commit 83ec42e

Browse files
committed
Fix case of nginx, add to Glossary in global docs
1 parent ab51bcd commit 83ec42e

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
html_meta:
33
"description": "Simple Plone 6 setup with one backend and data being persisted in a Docker volume."
44
"property=og:description": "Simple Plone 6 setup with one backend and data being persisted in a Docker volume."
5-
"property=og:title": "Nginx, Plone Classic container example"
6-
"keywords": "Plone 6, Container, Docker, Nginx, Plone Classic"
5+
"property=og:title": "nginx, Plone Classic container example"
6+
"keywords": "Plone 6, Container, Docker, nginx, Plone Classic"
77
---
88

9-
# Nginx, Plone Classic container example
9+
# nginx, Plone Classic container example
1010

1111
This example is a simple setup with one backend 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/").
1414

1515

1616
## Setup

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
html_meta:
33
"description": "Very simple Plone 6 setup with only one or more backend instances accessing a PostgreSQL server and data being persisted in a Docker volume."
44
"property=og:description": "Very simple Plone 6 setup with only one or more backend instances accessing a PostgreSQL server and data being persisted in a Docker volume."
5-
"property=og:title": "Nginx, Frontend, Backend, PostgreSQL container example"
6-
"keywords": "Plone 6, Container, Docker, Nginx, Frontend, Backend, PostgreSQL, "
5+
"property=og:title": "nginx, Frontend, Backend, PostgreSQL container example"
6+
"keywords": "Plone 6, Container, Docker, nginx, Frontend, Backend, PostgreSQL, "
77
---
88

9-
# Nginx, Frontend, Backend, PostgreSQL container example
9+
# nginx, Frontend, Backend, PostgreSQL container example
1010

1111
This example is a very simple setup with one or more backend instances accessing a Postgres 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/").
1414

1515

1616
## Setup
@@ -82,6 +82,7 @@ server {
8282
You can either use `localhost`, or add it in your `etc/hosts` file or DNS to point to the docker host IP.
8383
```
8484

85+
8586
### Service configuration with `docker-compose`
8687

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
html_meta:
33
"description": "Very simple Plone 6 setup with only one or more backend instances accessing a ZEO server and data being persisted in a Docker volume."
44
"property=og:description": "Very simple Plone 6 setup with only one or more backend instances accessing a ZEO server and data being persisted in a Docker volume."
5-
"property=og:title": "Nginx, Frontend, Backend, ZEO container example"
6-
"keywords": "Plone 6, Container, Docker, Nginx, Frontend, Backend, ZEO"
5+
"property=og:title": "nginx, Frontend, Backend, ZEO container example"
6+
"keywords": "Plone 6, Container, Docker, nginx, Frontend, Backend, ZEO"
77
---
88

9-
# Nginx, Frontend, Backend, ZEO container example
9+
# nginx, Frontend, Backend, ZEO container example
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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
html_meta:
33
"description": "Very simple Plone 6 setup with only one backend and data being persisted in a Docker volume."
44
"property=og:description": "Very simple Plone 6 setup with only one backend and data being persisted in a Docker volume."
5-
"property=og:title": "Nginx, Frontend, Backend container example"
6-
"keywords": "Plone 6, Container, Docker, Nginx, Frontend, Backend"
5+
"property=og:title": "nginx, Frontend, Backend container example"
6+
"keywords": "Plone 6, Container, Docker, nginx, Frontend, Backend"
77
---
88

9-
# Nginx, Frontend, Backend container example
9+
# nginx, Frontend, Backend container example
1010

1111
This example is a very simple setup with one backend 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/").
1414

1515
## Setup
1616

0 commit comments

Comments
 (0)