Francis Daly
January 25, 2020 06:20PM
On Wed, Jan 22, 2020 at 11:38:52AM -0500, yousufcse06 wrote:

Hi there,

> 2020/01/22 16:24:38 [error] 15197#15197: *17 connect() failed (111:
> Connection refused) while connecting to upstream, client: 202.133.89.135,
> server: coinscheckout.com, request: "GET / HTTP/1.1", upstream:
> "http://127.0.0.1:3000/", host: "coinscheckout.com"
>
> Why i am getting this error in react js application

Some part of your nginx config does proxy_pass to 127.0.0.1:3000.

At the time of this request, nginx was not able to connect to that service.

Perhaps the service was not running; perhaps it was blocked by a firewall;
perhaps it was overloaded and protected itself by blocking the connect
attempt.

The logs for the port-3000 service might give more a hint of why nginx
failed to connect then.

Good luck with it,

f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Server

yousufcse06 January 22, 2020 11:38AM

Re: Server

Francis Daly January 25, 2020 06:20PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 228
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