mastodon / flodgatt

A blazingly fast drop-in replacement for the Mastodon streaming API server
GNU Affero General Public License v3.0
86 stars 8 forks source link

document known good nginx config #68

Closed shleeable closed 4 years ago

shleeable commented 4 years ago

I've tried to just swap out the streaming node for flodgatt but nginx seems to have a problem accessing flodgatt with the same reverse proxy config.

I need to confirm why regular streaming works but flodgatt is broken as below.

image

looks fine inside the docker container.... Can you please add additional debug information for what port is being bound.

image
codesections commented 4 years ago

Hmm, interesting. I thought the issue generating the Connection reset by peer error message was fixed by #62. Were you testing with the 0.3.5 release or building from Master? I don't think the #62 fix is in the 0.3.5 release.

Either way, you are right that we should add a known-good nginx config.

shleeable commented 4 years ago

That makes sense. I'm using your 0.3.5 compiled binary.

please push out a new stable and I'll try again