This commit is contained in:
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.