Issue in load balacing in Nginx

后端 未结 0 1582
温柔的废话
温柔的废话 2020-11-21 13:36

below is my nginx config file:

http {

upstream all {
    server localhost:9091;
    server localhost:9092;
}

server {
     listen 9090;
     server_n         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题