📜  nginx chrome net::ERR_CONNECTION_RESET 200 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:28.359000             🧑  作者: Mango

代码示例1
#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;