Fix icons
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
fc785929c9
commit
5f1525181b
1 changed files with 2 additions and 1 deletions
|
@ -75,11 +75,12 @@ NameVirtualHost *:80
|
|||
|
||||
Alias /404Error.html /srv/people/site/404Error.html
|
||||
ErrorDocument 404 /404Error.html
|
||||
Alias /icons/ "/usr/share/httpd/icons/"
|
||||
|
||||
RewriteEngine on
|
||||
RewriteMap lowercase int:tolower
|
||||
|
||||
RewriteRule ^/icons/(.*)$ /usr/share/httpd/icons/$1 [L]
|
||||
|
||||
# redirect all favicons (not just DocRoot-level) to fedoraproject.org
|
||||
# needs to terminate before other rewrite rules start
|
||||
RewriteRule /favicon\.ico$ https://fedoraproject.org/static/images/favicon.ico [proxy]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue