[Answer]-Browser won't show favicon.ico but can browse to it – using Django, nginx gunicorn

1👍

You should not have to touch your nginx settings for this.

Make sure you read up on how static assets work in Django and check out this answer that answers your question: How can I get a favicon to show up in my django app?

Leave a comment