Merge branch 'master' of bitbucket.org:daplie/walnut
This commit is contained in:
commit
413135725c
|
@ -142,12 +142,19 @@ module.exports.create = function (securePort, certsPath, vhostsdir) {
|
|||
+ "<body>"
|
||||
+ "Cannot "
|
||||
+ req.method
|
||||
+ " '"
|
||||
+ " 'https://"
|
||||
+ domaininfo.hostname
|
||||
+ '/'
|
||||
+ (domaininfo.pathname ? (domaininfo.pathname + '/') : '')
|
||||
+ req.url.replace(/^\//, '')
|
||||
+ "'"
|
||||
+ "<br/>"
|
||||
+ "<br/>"
|
||||
+ "Domain: " + domaininfo.hostname
|
||||
+ "<br/>"
|
||||
+ "App: " + domaininfo.pathname
|
||||
+ "<br/>"
|
||||
+ "Route : " + req.url
|
||||
+ "</body>"
|
||||
+ "</html>"
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue