Skip to content

Commit 67e62c2

Browse files
committed
Update README.md
1 parent e7edbc4 commit 67e62c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ docker volume create --driver local --opt type=none --opt device=/home/ubuntu/fu
117117
docker-compose up -d
118118
```
119119

120+
then reloading for proxy ssl configuration
121+
122+
```
123+
docker exec proxy nginx -s reload
124+
```
125+
120126
The containers are now built and running. You should be able to access the Cakephp installation with the configured IP in the browser address. `https://example.com`.
121127

122128
For convenience you may add a new entry into your hosts file.

0 commit comments

Comments
 (0)