browser blocking image download when nginx was placed infront of apache to serve static content
Posted
by
railscoder
on Server Fault
See other posts from Server Fault
or by railscoder
Published on 2011-03-09T05:26:14Z
Indexed on
2011/03/09
8:12 UTC
Read the original article
Hit count: 448
I was tying to place nginx infront of apache to server static content. This set up was performing better than just having apache. but suddenly some change caused images getting blocked for like 2-3sec before actually downloading with apache+nginx setup. It doesnt happen with apache only set up?
Any idea why it is happening with nginx? this was happening even i removed all external js from the page
© Server Fault or respective owner