这个提交包含在:
AJ ONeal 2020-04-26 23:13:02 +00:00
父节点 f18eae4073
当前提交 f81d2614f4
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -2,7 +2,7 @@
// The WRONG way:
//var http = require('http');
//var httpServer = https.createSecureServer(redirectToHttps);
//var httpServer = http.createServer(redirectToHttps);
//
// Why is that wrong?
// Greenlock needs to change some low-level http and https options.