Skip to content
Snippets Groups Projects
Commit 2dc0bd5d authored by Kim "BKC" Carlbäcker's avatar Kim "BKC" Carlbäcker
Browse files

use absolute path for favicon

parent c78d3c98
No related branches found
No related tags found
2 merge requests!283Resolve "have a different colored favicon for local running gdk",!246Enable nginx by default, and override the favicon to find the right tab easier
Pipeline #
Loading
Loading
@@ -41,7 +41,7 @@ http {
server {
listen 127.0.0.1:3080;
 
location ~* favicon.*\.ico$ {
location ~* /assets/favicon.*\.ico$ {
alias /home/git/nginx/favicon-gdk.ico;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment