I actually found the solution to this in another post. I’ll leave this one here in case someone has the same issue and recognizes it from the post. The solution is to add the
proxy_buffering off;
setting to the nginx virtual host.
I actually found the solution to this in another post. I’ll leave this one here in case someone has the same issue and recognizes it from the post. The solution is to add the
proxy_buffering off;
setting to the nginx virtual host.