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>"
|
+ "<body>"
|
||||||
+ "Cannot "
|
+ "Cannot "
|
||||||
+ req.method
|
+ req.method
|
||||||
+ " '"
|
+ " 'https://"
|
||||||
+ domaininfo.hostname
|
+ domaininfo.hostname
|
||||||
+ '/'
|
+ '/'
|
||||||
+ (domaininfo.pathname ? (domaininfo.pathname + '/') : '')
|
+ (domaininfo.pathname ? (domaininfo.pathname + '/') : '')
|
||||||
+ req.url.replace(/^\//, '')
|
+ req.url.replace(/^\//, '')
|
||||||
+ "'"
|
+ "'"
|
||||||
|
+ "<br/>"
|
||||||
|
+ "<br/>"
|
||||||
|
+ "Domain: " + domaininfo.hostname
|
||||||
|
+ "<br/>"
|
||||||
|
+ "App: " + domaininfo.pathname
|
||||||
|
+ "<br/>"
|
||||||
|
+ "Route : " + req.url
|
||||||
+ "</body>"
|
+ "</body>"
|
||||||
+ "</html>"
|
+ "</html>"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue