Skip to content

Commit 091bcef

Browse files
committed
Fix case and path
1 parent 0e76aad commit 091bcef

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ server {
5353
```
5454

5555
```{note}
56-
`http://plone.localhost/` is the url you will be using to access the website.
57-
You can either use `localhost`, or add it in your `etc/hosts` file or DNS to point to the docker host IP.
56+
`http://plone.localhost/` is the URL you will be using to access the website.
57+
You can either use `localhost`, or add it in your `/etc/hosts` file or DNS to point to the Docker host IP.
5858
```
5959

6060
### Service configuration with Docker Compose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ server {
7878
```
7979

8080
```{note}
81-
`http://plone.localhost/` is the url you will be using to access the website.
82-
You can either use `localhost`, or add it in your `etc/hosts` file or DNS to point to the docker host IP.
81+
`http://plone.localhost/` is the URL you will be using to access the website.
82+
You can either use `localhost`, or add it in your `/etc/hosts` file or DNS to point to the Docker host IP.
8383
```
8484

8585

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ server {
7878
```
7979

8080
```{note}
81-
`http://plone.localhost/` is the url you will be using to access the website.
82-
You can either use `localhost`, or add it in your `etc/hosts` file or DNS to point to the docker host IP.
81+
`http://plone.localhost/` is the URL you will be using to access the website.
82+
You can either use `localhost`, or add it in your `/etc/hosts` file or DNS to point to the Docker host IP.
8383
```
8484

8585

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ server {
7777
```
7878

7979
```{note}
80-
`http://plone.localhost/` is the url you will be using to access the website.
81-
You can either use `localhost`, or add it in your `etc/hosts` file or DNS to point to the docker host IP.
80+
`http://plone.localhost/` is the URL you will be using to access the website.
81+
You can either use `localhost`, or add it in your `/etc/hosts` file or DNS to point to the Docker host IP.
8282
```
8383

8484
### Service configuration with Docker Compose

0 commit comments

Comments
 (0)