Project

General

Profile

Actions

tickets #127385

closed

paste.o.o - nginx tries to talk to localhost:3000, but nobody is listening

Added by pjessen over 1 year ago. Updated about 2 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Paste
Target version:
-
Start date:
2023-04-07
Due date:
% Done:

100%

Estimated time:

Description

Whilst taking a quick look at #127376, I noticed nginx complaining about connections to [::1]:3000 being refused. "puma" is indeed listening on 0.0.0.0:3000, but localhost is (also) ::1.

paste.error.log is full of these:

2023/04/07 06:48:02 [error] 19158#19158: *2176220 connect() failed (111: Connection refused) while connecting to upstream, client: 2a01:4f9:6b:215b::2, server: paste.opensuse.org, request: "GET /lists HTTP/1.1", upstream: "http://[::1]:3000/lists", host: "paste.opensuse.org"

I don't know which one needs amending - nginx or puma?

Actions

Also available in: Atom PDF