Load favicon from https
This commit is contained in:
parent
7b8976b1b5
commit
ead6cd6822
2 changed files with 5 additions and 5 deletions
|
@ -28,21 +28,21 @@
|
||||||
website: admin.fedoraproject.org
|
website: admin.fedoraproject.org
|
||||||
path: ^/favicon.ico$
|
path: ^/favicon.ico$
|
||||||
status: 301
|
status: 301
|
||||||
target: http://fedoraproject.org/static/images/favicon.ico
|
target: https://fedoraproject.org/static/images/favicon.ico
|
||||||
|
|
||||||
- role: httpd/domainrewrite
|
- role: httpd/domainrewrite
|
||||||
destname: 00-docs
|
destname: 00-docs
|
||||||
website: docs.fedoraproject.org
|
website: docs.fedoraproject.org
|
||||||
path: ^/favicon.ico$
|
path: ^/favicon.ico$
|
||||||
status: 301
|
status: 301
|
||||||
target: http://fedoraproject.org/static/images/favicon.ico
|
target: https://fedoraproject.org/static/images/favicon.ico
|
||||||
|
|
||||||
- role: httpd/domainrewrite
|
- role: httpd/domainrewrite
|
||||||
destname: 00-start
|
destname: 00-start
|
||||||
website: start.fedoraproject.org
|
website: start.fedoraproject.org
|
||||||
path: ^/favicon.ico$
|
path: ^/favicon.ico$
|
||||||
status: 301
|
status: 301
|
||||||
target: http://fedoraproject.org/static/images/favicon.ico
|
target: https://fedoraproject.org/static/images/favicon.ico
|
||||||
|
|
||||||
- role: httpd/domainrewrite
|
- role: httpd/domainrewrite
|
||||||
destname: translate
|
destname: translate
|
||||||
|
@ -55,4 +55,4 @@
|
||||||
website: translate.fedoraproject.org
|
website: translate.fedoraproject.org
|
||||||
path: ^/favicon.ico$
|
path: ^/favicon.ico$
|
||||||
status: 301
|
status: 301
|
||||||
target: http://fedoraproject.org/static/images/favicon.ico
|
target: https://fedoraproject.org/static/images/favicon.ico
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
ExpiresDefault "access plus 5 days"
|
ExpiresDefault "access plus 5 days"
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
RedirectMatch 301 /favicon\.ico$ http://fedoraproject.org/static/images/favicon.ico
|
RedirectMatch 301 /favicon\.ico$ https://fedoraproject.org/static/images/favicon.ico
|
||||||
Redirect /ldc http://fedoraldc.wordpress.com/feed/
|
Redirect /ldc http://fedoraldc.wordpress.com/feed/
|
||||||
Alias /justfedora /srv/planet/site/edited
|
Alias /justfedora /srv/planet/site/edited
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue