Welcome! Log In Create A New Profile

Advanced

Re: Nginx Load Balancing repsond 404

January 14, 2020 07:08AM
What’s the result of curl when make you request direct to the backend port 10000 and 10001?

> 在 2020年1月9日,下午9:49,梁维伟 <15521068423@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@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx Load Balancing repsond 404

梁维伟 January 09, 2020 08:50AM

Re: Nginx Load Balancing repsond 404

chateau.Xiao January 14, 2020 07:08AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 260
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready