NginX issues HTTP 499 error after 60 seconds despite config. (PHP and AWS)

前端 未结 5 1162
面向向阳花
面向向阳花 2020-12-02 10:42

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

5条回答
  •  [愿得一人]
    2020-12-02 10:51

    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.

提交回复
热议问题