nginx multiple connection and large image request - development

nginx multiple connection and large image request

i am using nginx in docker environment.When there is 2 connection eg.

one any page of website and in 2nd tab tab large image from website what happens is till image get full loaded it doesn’t allow other pages to response.

How can i tell nginx to allow both connection at same time for same user.

Note – it doesn’t slow down for other users. Nginx configuration is very stranded.



from Laravel Questions and Answers https://laravelquestions.com/php/nginx-multiple-connection-and-large-image-request/
via Lzo Media

Comments

Popular posts from this blog

HTTP 401 Unable to create record Twillio PHP sdk 5.16 - development

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome