2
1
Derivar 0
Este cometimento está contido em:
AJ ONeal 2020-04-26 23:13:02 +00:00
ascendente f18eae4073
cometimento f81d2614f4
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

@ -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.