Elaborate.
This commit is contained in:
parent
4256279629
commit
62114fa23f
1 changed files with 5 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue