萝卜爱豆包
Results
1
issues of
萝卜爱豆包
配置如下: upstream backend2 { server localhost:8081; server localhost:8080; check interval=3000 rise=2 fall=5 timeout=1000; } server { listen 80; server_name m6.com; location ~ ^/index2.jsp { proxy_pass http://backend2; } location ~ /status...