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.