Deploying Django with Nginx, Gunicorn and Supervisor
问题 I'm trying to deploy my Django app with Nginx and Gunicorn by following this tutorial, but I modified some steps so I can use Conda instead of ViritualEnv. The setup looks like this: Nginx replies with my Vue app Requests from Vue are made to api.example.com Nginx listens to api.example.com and directs requests to Gunicorn's unix socket Things I've checked: I can see the Vue requests in Nginx's access.log . I can also see those requests with journalctl -f -u gunicorn , in the supervisor.log ,