From 9948fccf71b4987d86c3ae5b03820bb85b8c3ad5 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 6 Feb 2017 11:15:18 -0700 Subject: [PATCH] remind to check before issuing with greenlock --- bin/serve-https.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/serve-https.js b/bin/serve-https.js index b0cc66f..b5adef5 100755 --- a/bin/serve-https.js +++ b/bin/serve-https.js @@ -363,6 +363,8 @@ function run() { , paths: nameparts.length && nameparts || [ defaultWebRoot.replace(/(:hostname|:servername)/g, servername) ] + // TODO check for existing custom path before issuing with greenlock + , _hasCustomPath: !!nameparts.length }; }); }