Answers for "nginx chrome net::ERR_CONNECTION_RESET 200"

0

nginx chrome net::ERR_CONNECTION_RESET 200

#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;
Posted by: Guest on February-05-2021

Browse Popular Code Answers by Language