Update README.md

This commit is contained in:
AJ ONeal 2016-10-14 09:51:34 -06:00 committed by GitHub
parent e6d12c3258
commit 1a1ef18af8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Usage
```bash
var leChallenge = require('le-challenge-fs').create({
webrootPath: '~/letsencrypt/srv/www/:hostname/.well-known/acme-challenge' // defaults to os.tmpdir()
, loopbackPort: 5001 // defaults to 80
//, loopbackPort: 5001 // defaults to 80
, loopbackTimeout: 3000 // defaults to 3000ms
, debug: false
});