| 34 | | # a node from the pool |
| 35 | | SET web_proxy.balance_method = random |
| 36 | | SET web_proxy.nodefile = conf/nodelist.dat |
| | 34 | # a node from the pool. NOTE: if you set nodefile AND set nodes above, the |
| | 35 | # nodefile will override the nodes if it exists. if the nodefile is not found, |
| | 36 | # the above nodes will be used. it is not required that you set a nodefile and |
| | 37 | # configure nodes in this file. one or the other is fine. |
| | 38 | SET web_proxy_pool.balance_method = random |
| | 39 | SET web_proxy_pool.nodefile = conf/nodelist.dat |