greenelab / greenelab/tribe

Trivial: `/favicon.ico` needed

Open
#38 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Due to the absence of `/favicon.ico`, there is a warning in the log file `/var/log/supervisor/tribe-gunicorn-stderr-*` (which was generated by `gunicorn` process):
```
Not Found: /favicon.ico
```
and `/var/log/nginx/access.log`:
```
"GET /favicon.ico HTTP/1.1" 404 261
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating how this Python webserver serves static files and handles the /favicon.ico entry point; the issue names no source file or test. Check the request through gunicorn and nginx, then verify that /favicon.ico no longer returns 404 and the related log warnings are gone.

Written by the indexing model from the issue text.

Assessment

Tech stack
nginx, python
Domain
backend, web-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.