aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-09-04 09:02:17 +0100
committerGravatar Joe Banks <[email protected]>2021-09-04 09:02:17 +0100
commit593bd1a9a6b1cef9fa16608e19a379dcf6adb203 (patch)
tree1e88ce1602e512076e04a062d83c873ed58c7b01 /manage.py
parentIgnore gunicorn configuration from flake8 (diff)
Explicitly set gunicorn config argument
Diffstat (limited to 'manage.py')
-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.