Change the favicon

Infos:

  • Used Zammad version: 3.1.x
  • Used Zammad installation source: (source, package, …)DEB
  • Operating system: Ubuntu 16.04
  • Browser + version: Safari 13.0.5, Chrome 80.0.3987.132, Firefox 73.0.1 (64-Bit)

Expected behavior:

  • Change favicon

Actual behavior:

  • I want to change the favicon.

Steps to reproduce the behavior:

location = /favicon.ico {
access_log off; log_not_found off;
alias /var/www/media/images/favicon.X.ico;
}

this works for me make sure ur .ico is in correct path

Also it would be amazing “how it does not work”.
Your developer console might provide usefull hints for that.

Additionally your webserver logs might help as well.

Thanks everybody, I guess it changed and I had the cached version, sorry, everything is good.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.