diff options
author | 2020-12-05 15:43:21 +0000 | |
---|---|---|
committer | 2020-12-05 15:43:21 +0000 | |
commit | 702afad1ee0973c8b46b641bba1665dc7c490b06 (patch) | |
tree | dc333b7c97ebd0776ec079834cac6e9814702e4a | |
parent | Update gunicorn configuration options (diff) |
Switch underscores for dashes in gunicorn CLI options
-rwxr-xr-x | manage.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |