Nginx Load Balancing repsond 404

chateau Xiao chateau.xiao at gmail.com
Tue Jan 14 12:06:35 UTC 2020


What’s the result of curl when make you request direct to the backend port 10000 and 10001?

> 在 2020年1月9日,下午9:49,梁维伟 <15521068423 at 163.com> 写道:
> 
> Hi.
> 
> I have this config below And I requested upstream resource and got 404 response. However, when I modified 'listen 80' to 'listen 8081', I requested upstream resource again, I got 200 response. I wonder why.
> 
> Thanks.
> 
>  
> snippet of my nginx config
> 
> http {
> 
>  
> upstream backend {
> 
>  
> server IP:10000;
> 
>  
> server IP:10001;
> 
> }
> 
>  
> server {
> 
> listen 80;
> 
>  
> location / {
> 
> proxy_pass http://backend;
> 
> }
> 
>  
> }
> 
> }
> 
> 
> 
> 
>  
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20200114/8627afdc/attachment-0001.htm>


More information about the nginx mailing list