Possible to serve Django Channels app only using Nginx and Daphne?
问题 I was under the assumption that I could run a Django Channels app using only Daphne (ASGI) and Nginx as a proxy for my Django app to begin with. The application would be running with Daphne on 127.0.0.1:8001 However, I am running into a 403 Forbidden error. 2019/03/06 17:45:40 [error] *1 directory index of "/home/user1/app/src/app/" is forbidden And when I posted about that, another user mentioned There is no directive to pass http request to django app in your nginx config And suggested to