Menü

PyGRAZ ist eine Usergroup mit die Python-Programmiersprache in Graz. Wir treffen uns regelmässig am ersten Dienstag im Monat entweder im realraum oder im Gösserbräu.

Session: Multiple Django applications on a single server with nginx

von Thomas Aglassinger

Diese Session wurde am 2. November 2021 gehalten.

Folien

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.

Comments powered by Disqus