Skip to content

Commit

Permalink
ENH: updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
srossross committed Sep 17, 2013
1 parent 7d840d3 commit 1c7ace2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/https.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ proxyServer2.listen(8001);
//
// Create your proxy server
//
var options3 = {target:'https://google.com'};
var options3 = {target:'https://google.com',
xfwd:true};

var proxyServer3 = caronte.createProxyServer(options3);

Expand Down

0 comments on commit 1c7ace2

Please sign in to comment.