From 62114fa23f1662ab21095e6adbc3e705814c79e6 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 13 Mar 2015 23:46:15 +0000 Subject: [PATCH] Elaborate. --- roles/packages/web/files/packages-httpd.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/roles/packages/web/files/packages-httpd.conf b/roles/packages/web/files/packages-httpd.conf index e9cd834c64..6d053546e6 100644 --- a/roles/packages/web/files/packages-httpd.conf +++ b/roles/packages/web/files/packages-httpd.conf @@ -53,7 +53,10 @@ WSGIScriptAlias /packages /usr/share/fedoracommunity/production/apache/fedoracom - # If someone tries to access an icon that doesn't exist, then send them to the - # default icon. + # If someone tries to access an icon that doesn't exist, + # then send them to the default icon. This is used by + # fedmenu, which will request icons for packages that + # don't necessarily have them. The UI will look weird + # unless those get magically redirected to a nice default. ErrorDocument 404 https://apps.fedoraproject.org/packages/images/icons/package_128x128.png