Merge pull request #521 from derekdreery/patch-1

Update README.md
This commit is contained in:
Charlie Robbins 2013-12-26 23:10:25 -08:00
commit d60f1a9353

View File

@ -343,6 +343,10 @@ var certs = {
//
// Proxy options
//
// This section assumes that myCert, myKey and myCa are defined (they are not
// in this example). With a SNICallback, the proxy needs a default set of
// certificates to use.
//
var options = {
https: {
SNICallback: function (hostname) {