Email or username:

Password:

Forgot your password?
Top-level
stux⚡

@Gargron Correct! Sorry, I think in places/graphics and I'm trying to create the full picture ❤️

This helps, thank you!

So to be clear: In nginx

upstream streaming {
server 0.0.0.0:4000 fail_timeout=0;
}

For example?

And the Puma var(TRUSTED_PROXY_IP) in what file does that needs to be placed?

No comments
Eugen Rochko

@stux No, in nginx you'd use not 0.0.0.0 but the IP of the "external" server where you put the streaming. The 0.0.0.0 would be in BIND=0.0.0.0 in the systemd service file for your streaming on the external server.

Environment variables go into .env.production

docs.joinmastodon.org/admin/co

Go Up