# HG changeset patch # User RhodeCode Admin # Date 2023-08-25 10:49:39 # Node ID 5fa50ba3daf8580973832e585fc590d3d8216a18 # Parent 3c1ad60a1ac79502ef2981651b265002e6b0c274 config: small gunicorn config fix diff --git a/configs/gunicorn_config.py b/configs/gunicorn_config.py --- a/configs/gunicorn_config.py +++ b/configs/gunicorn_config.py @@ -64,7 +64,7 @@ workers = 4 # Gunicorn access log level loglevel = 'info' -# Process name visible in process list +# Process name visible in a process list proc_name = 'rhodecode_enterprise' # Type of worker class, one of `sync`, `gevent`