A Case Study of Nginx 499 Errors on POST Requests Caused by Redis Whitelist
A couple of days ago, I added a new server to the website, using Alibaba Cloud for Redis, the server itself, MySQL, and so on. After adding it and enabling load balancing, the Nginx logs showed a large number of 499 status errors, all of which were POST requests. The new server environment was identical to the original server, and the original server was working normally. Following online tutorials, I added to the configuration file …