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

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -