How to server favicon.ico with Django and Whitenoise – Nginx
I use whitenoise for static files and it works fine. But how can I serve the /favicon.ico file? There is a setting called WHITENOISE_ROOT, but I don't understand how to use it. I would like to keep my nginx config…