From 5c5c0e1e43db64ed02554e583ae332c074df5c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markku=20Leini=C3=B6?= Date: Wed, 8 May 2024 17:04:37 +0300 Subject: [PATCH] Fixes #16032: Specify the WSGI module to load in uwsgi.ini --- contrib/uwsgi.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/uwsgi.ini b/contrib/uwsgi.ini index d64803158..74fdedbd4 100644 --- a/contrib/uwsgi.ini +++ b/contrib/uwsgi.ini @@ -16,3 +16,9 @@ need-app = true ; do not use multiple interpreters single-interpreter = true + +; change to the project directory +chdir = netbox + +; specify the WSGI module to load +module = netbox.wsgi