nginx load balancing without upstream -
i know how load balance using upstream , proxy_pass curious if it's possible load balance without using upstream, if/else or map (some round robin if possible or random).
thank you.
nginx load balance in standard way have provided such follows:-
the round-robin method
the least_conn method
the ip_hash method
the generic hash method
the least_time method (nginx plus)
for more details refer this
Comments
Post a Comment