below is my nginx config file:
http {
upstream all { server localhost:9091; server localhost:9092; } server { listen 9090; server_n