If you do that, it would be good to add a "stats css-file" to tell HAProxy to load CSS from a local file at startup... This avoid you to have a webserver running only for serving a CSS (or using HAProxy with a dedicated listen to match the URL and serve the file as well....)
cheers On Tue, Oct 16, 2012 at 9:25 PM, Willy Tarreau <[email protected]> wrote: > On Tue, Oct 16, 2012 at 05:05:03PM +0300, Balcoes wrote: >> Hi. The option to be able to use an external style sheet would be ideal. The >> config file could contain a directive indicating whether or not you would >> like to use an external style sheet. I would imagine that it would not be >> too difficult to implement, would it? Best regards, BA > > Indeed I think it should not be very difficult. Would you like to try to > develop a patch to do so ? Add a "stats css-url" directive which when set > causes the HTML dump to replace the CSS part with a link to the given URL. > > If you need some help, feel free to discuss it here on the list, I'm sure > we can come up with something satisfying quick enough. > > Regards, > Willy > >

