use path.join instead of path.sep
Šī revīzija ir iekļauta:
vecāks
1353ac1c10
revīzija
d393e90fc8
2
index.js
2
index.js
@ -5,7 +5,7 @@ var path = require('path');
|
||||
|
||||
var defaults = {
|
||||
//webrootPath: [ '~', 'letsencrypt', 'var', 'lib' ].join(path.sep)
|
||||
webrootPath: require('os').tmpdir() + path.sep + 'acme-challenge'
|
||||
webrootPath: path.join(require('os').tmpdir(), 'acme-challenge')
|
||||
, debug: false
|
||||
};
|
||||
|
||||
|
Notiek ielāde…
x
Atsaukties uz šo jaunā problēmā
Block a user