Run multiple django project with nginx and gunicorn
问题 I am using Ubuntu 18 servers and using nginx with gunicorn I follow Digitalocean tutorial for server setup. I successfully did for one project but now I need to run multiple projects under by server. Here is my gunicorn setup command: sudo nano /etc/systemd/system/gunicorn.service file: [Unit] Description=gunicorn daemon Requires=gunicorn.socket After=network.target [Service] User=rfr Group=www-data WorkingDirectory=/home/rfr/helpdesk/helpdesk ExecStart=/home/rfr/helpdesk/env/bin/gunicorn \ -