Skip to content

Commit 05806b4

Browse files
committed
HAProxy and ZEO proper case
1 parent 62b7ff2 commit 05806b4

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
html_meta:
3-
"description": "Simple Plone 6 setup with scalable backend and data being persisted in a Zeo volume."
4-
"property=og:description": "Simple Plone 6 setup with scalable backend and data being persisted in a Zeo volume."
5-
"property=og:title": "HAproxy, Backend, ZEO container example"
6-
"keywords": "Plone 6, Container, Docker, HAproxy, Zeo"
3+
"description": "Simple Plone 6 setup with scalable backend and data being persisted in a ZEO volume."
4+
"property=og:description": "Simple Plone 6 setup with scalable backend and data being persisted in a ZEO volume."
5+
"property=og:title": "HAProxy, Backend, ZEO container example"
6+
"keywords": "Plone 6, Container, Docker, HAProxy, ZEO"
77
---
88

9-
# Haproxy, Backend, ZEO container example
9+
# HAProxy, Backend, ZEO container example
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

docs/install/containers/images/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ We advise against using this feature on production environments.
8989

9090
| Environment variable | Description | ZEO option | Default value |
9191
| --- | --- | --- | --- |
92-
| `ZEO_ADDRESS` | URL of the zeo interface, `host:port` | | |
92+
| `ZEO_ADDRESS` | URL of the ZEO interface, `host:port` | | |
9393
| `ZEO_SHARED_BLOB_DIR` | ZEO option |`name` | `off` |
9494
| `ZEO_READ_ONLY` | ZEO option |`read-only` | `false` |
9595
| `ZEO_CLIENT_READ_ONLY_FALLBACK` | ZEO option |`read-only-fallback` | `false` |

docs/spelling_wordlist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ grep
137137
Groundwire
138138
gruntfile
139139
Gunicorn
140-
haproxy
140+
HAProxy
141141
Herstory
142142
hg
143143
homebrew

0 commit comments

Comments
 (0)