At the end of last week I noticed a problem on one of my medium AWS instances where Nginx always returns a HTTP 499 response if a request takes more than 60 seconds. The pa
Not sure if anyone else faced this but for me it happened after I put a / at the end my instance url.This gave 499 error and only after I removed the /, it gave me 200 and all went good.