Session: Multiple Django applications on a single server with nginx
Diese Session wurde am 2. November 2021 gehalten.
This talk explains how to install and setup multiple Django applications on a single server.
The general principle is to setup a systend service for each application that runs in nginx and gunicorn on Ubuntu 20 LTS. This results in a lightweight installation that requires only a few and small configuration files that is well integrated in the existing tool chain around systemd.