I've searched some time, but couldn't find any tutorial on how to serve static and user uploaded (/media/) files in conjunction with Daphne. I've read that Apache doesn't support ASGI, that it may be possible to use Nginx, but nothing specific.
I've also tried whitenoise (which only supports static files) and dj-static (which only supports WSGI). I'd like not to use external CDNs, for privacy reasons.
Can you provide any hints on possible setups?