mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 02:48:38 -06:00
Fixes #16032: Specify the WSGI module to load in uwsgi.ini
This commit is contained in:
parent
d38ce1d30a
commit
a2f1820312
@ -16,3 +16,9 @@ need-app = true
|
|||||||
|
|
||||||
; do not use multiple interpreters
|
; do not use multiple interpreters
|
||||||
single-interpreter = true
|
single-interpreter = true
|
||||||
|
|
||||||
|
; change to the project directory
|
||||||
|
chdir = netbox
|
||||||
|
|
||||||
|
; specify the WSGI module to load
|
||||||
|
module = netbox.wsgi
|
||||||
|
Loading…
Reference in New Issue
Block a user