Fix PR comments

This commit is contained in:
Santiago Castro 2017-01-16 15:03:37 -03:00 committed by GitHub
parent f166144cf5
commit 1aec911b09

View File

@ -201,7 +201,7 @@ $ docker run -d -p 80:80 -p 443:443 \
You'll need to create a password file for each virtualhost:
```shell
docker run --rm -ti m31271n/htpasswd <username> <password> > htpasswd
docker run --rm -ti m31271n/htpasswd <username> <password> > $VIRTUAL_HOST
```
### Custom Nginx Configuration