Skip to content

Commit

Permalink
Add note about false startup error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
utkonos authored Aug 4, 2017
1 parent 488119e commit 4944651
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@ The box is configured to use port 8081 for the dropsite app. Make sure that this
After all pre-requisites are installed, run the app with the following command from the directory this repo is cloned into:

`vagrant up`

**NOTE:** The following two startup messages are returned as errors, but are not actually errors. They can both be safely ignored.

```
==> default: nginx: the configuration file /usr/local/etc/nginx/nginx.conf syntax is ok
==> default: nginx: configuration file /usr/local/etc/nginx/nginx.conf test is successful
```

0 comments on commit 4944651

Please sign in to comment.