Project

General

Profile

Actions

Task #2143

closed

Replacing favicon for LibreOffice Extensions and Templates website

Added by Krasnaya Ploshchad’ over 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
Start date:
Due date:
% Done:

100%

Tags:

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.

Actions #1

Updated by Florian Effenberger over 7 years ago

  • Assignee set to Andreas Mantke

Indeed - Andreas, do you know how to fix that quickly maybe? ;-)

Actions #2

Updated by Christian Lohmaier over 7 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)

Actions #3

Updated by Florian Effenberger over 7 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?

Actions #4

Updated by Krasnaya Ploshchad’ over 7 years ago

The favicon have been replaced as expected, yay!

Actions #5

Updated by Christian Lohmaier over 7 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 :-)

Actions #6

Updated by Guilhem Moulin about 7 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

Actions #7

Updated by Andreas Mantke about 7 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.

Actions

Also available in: Atom PDF