Guides 11791 Published by

Citizix published a guide explaining how to set up Django application with Postgres, Nginx, and Gunicorn on Rocky Linux or Alma Linux 9



How to set up Django application with Postgres, Nginx, and Gunicorn on Rocky Linux/Alma Linux 9

In this guide we will learn how to set up django application on a Rocky Linux 9 server. We will be setting up a PostgreSQL database instead of using the default SQLite database. We will configure the Gunicorn application server to interface with our applications. We will then set up Nginx to reverse proxy to Gunicorn, giving us access to its security and performance features to serve our apps.



How to set up Django application with Postgres, Nginx, and Gunicorn on Rocky Linux/Alma Linux 9