nginx chrome net::ERR_CONNECTION_RESET 200 code example
Example: 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;