avtomonov
Nginx reverse proxy: upstream timed out
@Brody , here's what I'm getting with caddy:
and this is a config I'm using:
It shouldn't be an issue with the backend because I can acess it directly
https://backend-production-XXXX.up.railway.app/api/health
13 replies
Issues using Nginx to reverse proxy
Hello, I have 2 services: fastAPI backend and nginx frontend serving as reverse proxy. It works fine when backend starts first and then the frontend, however in the opposite case (for example after a git push backend takes longer to start) Nginx keeps failing with
any idea why it could be happening?
438 replies