📅  最后修改于: 2022-03-11 15:00:28.359000             🧑  作者: Mango
#if you are serving more than 1k images/resuests on nginx you will get this error,
#you can increase max request by adding this to /etc/nginx/nginx.conf (default is 1000)
http2_max_requests 5000;