Update README.md

This commit is contained in:
AJ ONeal 2016-10-14 09:53:30 -06:00 committed by GitHub
父節點 ecf8e4d5ca
當前提交 55e8216066
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

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