Greenlock branding
This commit is contained in:
parent
3b27aa6806
commit
89e0ddaecf
2
lex.js
2
lex.js
|
@ -7,7 +7,7 @@ module.exports.create = function (opts) {
|
|||
var le = require('greenlock').create(opts);
|
||||
|
||||
opts.app = opts.app || function (req, res) {
|
||||
res.end("Hello, World!\nWith Love,\nLet's Encrypt Express");
|
||||
res.end("Hello, World!\nWith Love,\nGreenlock for Express.js");
|
||||
};
|
||||
|
||||
opts.listen = function (plainPort, port) {
|
||||
|
|
Loading…
Reference in New Issue