mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-25 14:08:04 +00:00
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…
x
Reference in New Issue
Block a user