diff --git a/lib/vhost-sni-server.js b/lib/vhost-sni-server.js index 6f9e66f..478224c 100644 --- a/lib/vhost-sni-server.js +++ b/lib/vhost-sni-server.js @@ -142,12 +142,19 @@ module.exports.create = function (securePort, certsPath, vhostsdir) { + "" + "Cannot " + req.method - + " '" + + " 'https://" + domaininfo.hostname + '/' + (domaininfo.pathname ? (domaininfo.pathname + '/') : '') + req.url.replace(/^\//, '') + "'" + + "
" + + "
" + + "Domain: " + domaininfo.hostname + + "
" + + "App: " + domaininfo.pathname + + "
" + + "Route : " + req.url + "" + "" );