Task #2143
closedReplacing favicon for LibreOffice Extensions and Templates website
100%
Description
LibreOffice Extensions and Templates website have been rewrite in Dec. 2016 based on Plone, but the favicon is also replaced by default Plone icon, this should replaced by LibreOffice icon as LibreOffice website used.
Updated by Florian Effenberger about 8 years ago
- Assignee set to Andreas Mantke
Indeed - Andreas, do you know how to fix that quickly maybe? ;-)
Updated by Christian Lohmaier about 8 years ago
- Status changed from New to Resolved
instead of fiddling with plone's template/finding out where the icon is defined, I added a location = /favicon.ico block to nginx config. (and set root to /var/www/html, where I did put the favicon.ico)
Updated by Florian Effenberger about 8 years ago
Andreas just poked me and wants to fix it in the Plone template itself -
sorry for the double work (and thanks so much for jumping in!), but can
you maybe reverse your change?
Updated by Krasnaya Ploshchad’ about 8 years ago
The favicon have been replaced as expected, yay!
Updated by Christian Lohmaier about 8 years ago
If/when Andreas wants to tackle this, he just has to comment-out/remove the block
location = /favicon.ico { try_files /favicon.ico =404; }
from the vhost definitionn (
/etc/nginx/sites-enabled/extensions
) and reload nginx (sudo systemctl reload nginx)
EDIT: oh, and when you do, please drop a note here as to where to find that setting in Plone :-)
Updated by Guilhem Moulin about 8 years ago
Christian Lohmaier wrote:
EDIT: oh, and when you do, please drop a note here as to where to find that setting in Plone :-)
And so we don't forget to make the same edit in salt :-P
Updated by Andreas Mantke about 8 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
The favicon is in the theming now. The nginx link to the favicon on the server is commented out.