...Same for workers
This commit is contained in:
parent
77d23c6401
commit
7eef72712c
|
@ -80,7 +80,7 @@ in {
|
|||
in (concatStringsSep " " [
|
||||
"gunicorn"
|
||||
bindClause
|
||||
"--workers ${cfg.workers}"
|
||||
"--workers ${toString cfg.workers}"
|
||||
"-k uvicorn.workers.UvicornWorker"
|
||||
"--pid /run/objectifier.pid"
|
||||
"objectifier:app"
|
||||
|
|
Loading…
Reference in New Issue