JustDoom
JustDoom
CDCloudflare Developers
Created by JustDoom on 10/14/2024 in #general-help
Sometimes my requests take up to an entire minute to respond
So I had disabled ipv6 when I set up the VPS. And in my nginx config I had proxy_pass http://localhost:4321;. Whenever a long request happened it would spit an error in the nginx error.log upstream: "http://[::1]:4321/". The issue was [::1]. It seems to sometimes have been making an ipv6 local request... I switched it to proxy_pass http://127.0.0.1:4321; and it seems to be working fine
7 replies
CDCloudflare Developers
Created by JustDoom on 10/14/2024 in #general-help
Sometimes my requests take up to an entire minute to respond
I FIGURED IT OUT FUIHAEFUIEA
7 replies
CDCloudflare Developers
Created by JustDoom on 10/14/2024 in #general-help
Sometimes my requests take up to an entire minute to respond
Still happening with another site hosted on the VPS 😭
7 replies
CDCloudflare Developers
Created by JustDoom on 10/14/2024 in #general-help
Sometimes my requests take up to an entire minute to respond
the backend is using springboot and I have run them before without this issue
7 replies
CDCloudflare Developers
Created by JustDoom on 10/14/2024 in #general-help
Sometimes my requests take up to an entire minute to respond
I have not messed with any subdomain specific settings or anything
7 replies
CDCloudflare Developers
Created by JustDoom on 10/14/2024 in #general-help
Sometimes my requests take up to an entire minute to respond
I have a frontend hosted through cloudflare on the base domain too and it works fine, there are no slow responses. It is currently not on the same VPS
7 replies