From 42007a99ea26f5eb11c8ac6c52bfee6a6b400bc7 Mon Sep 17 00:00:00 2001 From: linglp Date: Tue, 19 Mar 2024 21:48:42 +0000 Subject: [PATCH] have uwsgi pointed at __main__.py --- apps/schematic/api/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/schematic/api/uwsgi.ini b/apps/schematic/api/uwsgi.ini index 434cf70cfb..cd6de421a2 100644 --- a/apps/schematic/api/uwsgi.ini +++ b/apps/schematic/api/uwsgi.ini @@ -1,7 +1,7 @@ [uwsgi] # The variables http and *-socket are passed as command line arguments and # must not be specified in this file. -wsgi-file = schematic_api/main.py +wsgi-file = schematic_api/__main__.py callable = app uid = www-data gid = www-data