Skip to content

Commit c7e3110

Browse files
committed
Simplify sentences
1 parent b0cdf7a commit c7e3110

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,25 @@ volumes:
6060
data: {}
6161
```
6262
63+
6364
## Build the project with multiple backends
6465
6566
Run `docker-compose up -d --scale backend=4` from your project directory.
6667

68+
6769
## Access Plone via Browser
6870

69-
Point your browser at `http://localhost:8080`, using the username and password combination of `admin` and `admin`, and you should see the default Plone site creation page.
71+
Point your browser at `http://localhost:8080`.
72+
Login using the username and password combination of `admin` and `admin`.
73+
You should see the default Plone site creation page.
74+
7075

7176
## Access HAProxy Stats Page via Browser
7277

73-
Point your browser at `http://localhost:1936`, using the username and password combination of `admin` and `admin`, and you should see HAProxy statistics for your Plone cluster.
78+
Point your browser at `http://localhost:1936`.
79+
Login using the username and password combination of `admin` and `admin`.
80+
You should see HAProxy statistics for your Plone cluster.
81+
7482

7583
## Shutdown and cleanup
7684

0 commit comments

Comments
 (0)