@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?
@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
https://docs.joinmastodon.org/admin/config/