aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2020-12-05 15:43:21 +0000
committerGravatar Joe Banks <[email protected]>2020-12-05 15:43:21 +0000
commit702afad1ee0973c8b46b641bba1665dc7c490b06 (patch)
treedc333b7c97ebd0776ec079834cac6e9814702e4a
parentUpdate gunicorn configuration options (diff)
Switch underscores for dashes in gunicorn CLI options
-rwxr-xr-xmanage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/manage.py b/manage.py
index 36442eab..3dee15c0 100755
--- a/manage.py
+++ b/manage.py
@@ -165,8 +165,8 @@ class SiteManager:
"--threads", "8",
"-w", "4",
"--max-requests-jitter", "1000",
- "--statsd_host", "graphite.default.svc.cluster.local:8125",
- "--statsd_prefix", "site",
+ "--statsd-host", "graphite.default.svc.cluster.local:8125",
+ "--statsd-prefix", "site",
]
# Run gunicorn for the production server.