Debugging nginx Load Balancer

Aaron Starr astarr at wiredquote.com
Wed Apr 29 23:28:37 MSD 2009


> Any idea why 3 requests are made from the browser ?
>
> -Arun

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?





More information about the nginx mailing list