Elaborate.

This commit is contained in:
Ralph Bean 2015-03-13 23:46:15 +00:00
parent 4256279629
commit 62114fa23f

View file

@ -53,7 +53,10 @@ WSGIScriptAlias /packages /usr/share/fedoracommunity/production/apache/fedoracom
</Directory>
<Directory /var/cache/fedoracommunity/packages/icons/>
# 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
</Directory>