ironsmile / nedomi

Highly performant HTTP reverse proxy with efficient caching of big files
GNU General Public License v3.0
81 stars 9 forks source link

Config test does not report an error when wrong balancing algorithm is used #163

Closed ironsmile closed 8 years ago

ironsmile commented 9 years ago

Consider the following config:

"upstreams": {
   "nana": {
      "balancing": "bogus-algorithm-which-does-not-exist",
      "servers": ["http://127.0.0.1/", "http://127.0.0.2"]
   }
}

"bogus-algorithm-which-does-not-exist" is a wrong name of an algorithm. When running nedomi -t against this config it happily says there are no errors.