aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmanage.py1
1 files changed, 1 insertions, 0 deletions
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.