From 593bd1a9a6b1cef9fa16608e19a379dcf6adb203 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 4 Sep 2021 09:02:17 +0100 Subject: Explicitly set gunicorn config argument --- manage.py | 1 + 1 file changed, 1 insertion(+) (limited to 'manage.py') diff --git a/manage.py b/manage.py index a7413ed9..66ad26f4 100755 --- a/manage.py +++ b/manage.py @@ -179,6 +179,7 @@ class SiteManager: "-w", "2", "--statsd-host", "graphite.default.svc.cluster.local:8125", "--statsd-prefix", "site", + "--config", "file:gunicorn.conf.py" ] # Run gunicorn for the production server. -- cgit v1.2.3