Debugging nginx Load Balancer
Arun Gupta
lists at ruby-forum.com
Wed Apr 29 23:55:08 MSD 2009
> It looks to me like three requests were made, because it's getting
> three different resources:
>
> GET /runlogs
> GET /stylesheets/scaffold.css?1240977992
> GET /favicon.ico
>
> Probably because the HTML at /runlogs refers to the stylesheet and
> icon, and the browser goes and gets them to display them. No?
Ok, that explains it!
I guess now static file caching needs to be enabled which will reduce
the trip to back-end servers, right ?
-Arun
--
Posted via http://www.ruby-forum.com/.
More information about the nginx
mailing list