update flake
This commit is contained in:
parent
2bd0a2db20
commit
e43b7f3550
1 changed files with 2 additions and 2 deletions
|
|
@ -119,9 +119,9 @@
|
|||
|
||||
ExecStart = ''
|
||||
${gunicorn}/bin/gunicorn "raincloud:create_app('${cfg.basePath}', '${cfg.secretKeyPath}', '${cfg.redisUrl}', '${cfg.cloudName}')" \
|
||||
--bind=${cfg.address}:${toString cfg.port} \
|
||||
--workers ${toString cfg.numWorkers} \
|
||||
--timeout ${toString cfg.workerTimeout} \
|
||||
--bind=${cfg.address}:${toString cfg.port}
|
||||
--timeout ${toString cfg.workerTimeout}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue