Serve a Django application using Gunicorn

Create systemd service file Add On the above, you need to replace “/path/to/app/backend” with the path to your application. In

Running Python Application with gunicorn and nginx

Running Python Application with gunicorn and nginx

Create a service file for gunicorn Here /home/ubuntu/myapp/wagtail2 = path to the folder where web application is. /home/ubuntu/myapp/venv/bin/gunicorn = is

gunicorn

gunicorn

gunicorn behind Apache web server Running Python Application with gunicorn and nginx Serve a Django application using Gunicorn

gunicorn behind Apache web server

gunicorn behind Apache web server

gunicorn is a python application server used to run python applications in production. This is normally run behind web servers