add a sample for reverse proxy

This commit is contained in:
OttoMao
2015-01-29 11:00:42 +08:00
parent 631b6307ce
commit 5a8d36b16f
3 changed files with 13 additions and 8 deletions

View File

@@ -364,7 +364,7 @@ function setRules(newRule){
}
if('function' == typeof(userRule.summary)){
functions.push(function(cb){
userRule.summary();
console.log(userRule.summary());
cb(null);
});
}