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`