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

前端 未结 5 1167
面向向阳花
面向向阳花 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:49

    Actually I faced the same issue on one server and I figured out that after nginx configuration changes I didn't restart the nginx server, so with every hit of nginx url I was getting a 499 http response. After nginx restart it started working properly with http 200 responses.

提交回复
热议问题