# HG changeset patch # User Christopher Rogers # Date 1316143067 0 # Node ID 634be75ebf72f296a8342e65f4e4dd3d47b31bf6 # Parent fcf25c41152d41a18945a90f845dc9dbc8ccede7 initramfs: Changed css to awstatscss in /etc/lighttpd/awstats.conf file. This is so local mirror.slitaz.org can use awstats without looking ugly. diff -r fcf25c41152d -r 634be75ebf72 initramfs/etc/lighttpd/awstats.conf --- a/initramfs/etc/lighttpd/awstats.conf Fri Sep 16 03:03:45 2011 +0000 +++ b/initramfs/etc/lighttpd/awstats.conf Fri Sep 16 03:17:47 2011 +0000 @@ -4,7 +4,7 @@ alias.url = ( "/classes" => "/usr/share/awstats/classes/", - "/css" => "/usr/share/awstats/css/", + "/awstatscss" => "/usr/share/awstats/css/", "/stats" => "/var/www/cgi-bin/", "/icon" => "/usr/share/awstats/icon/" )