From d69e9969b13c86b3b28c772a39e49d402de1faf5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 18 May 2010 16:30:04 -0500 Subject: fix up the path to the powered by logo --- www/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/httpd.conf b/www/httpd.conf index 1b84387..b401b9e 100644 --- a/www/httpd.conf +++ b/www/httpd.conf @@ -1,7 +1,7 @@ #Override a few static items with our theme Alias /koji-static/images/koji.png "/usr/share/koji-themes/fedora-arm/images/fedora-arm.png" -Alias /koji-static/images/powered-by-koji.png "/usr/share/koji-themes/fedora-koji/images/Powered-by-koji_button.png" +Alias /koji-static/images/powered-by-koji.png "/usr/share/koji-themes/fedora-arm/images/Powered-by-koji_button.png" Alias /koji-static/images/koji.ico "/usr/share/koji-themes/fedora-arm/images/fedora-koji.ico" Alias /koji-static/koji.css "/usr/share/koji-themes/fedora-arm/koji.css" Alias /koji-static/errors/unauthorized.html "/usr/share/koji-themes/fedora-arm/errors/unauthorized.html" -- cgit