mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-04-01 13:10:45 +00:00
fix typo
This commit is contained in:
parent
f18eae4073
commit
f81d2614f4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// The WRONG way:
|
// The WRONG way:
|
||||||
//var http = require('http');
|
//var http = require('http');
|
||||||
//var httpServer = https.createSecureServer(redirectToHttps);
|
//var httpServer = http.createServer(redirectToHttps);
|
||||||
//
|
//
|
||||||
// Why is that wrong?
|
// Why is that wrong?
|
||||||
// Greenlock needs to change some low-level http and https options.
|
// Greenlock needs to change some low-level http and https options.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user