2
0
Эх сурвалжийг харах

Fixes #16032: Specify the WSGI module to load in uwsgi.ini

Markku Leiniö 1 жил өмнө
parent
commit
5c5c0e1e43
1 өөрчлөгдсөн 6 нэмэгдсэн , 0 устгасан
  1. 6 0
      contrib/uwsgi.ini

+ 6 - 0
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