Commit fcc14ee1d2cffbe42271c95b36f4257d73b82e67
1 parent
fb00ee25
Exists in
master
and in
39 other branches
Using gunicorn config file
Showing
2 changed files
with
8 additions
and
1 deletions
Show diff stats
puppet/modules/colab/manifests/init.pp
| @@ -45,7 +45,7 @@ class colab { | @@ -45,7 +45,7 @@ class colab { | ||
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | supervisor::app { 'colab': | 47 | supervisor::app { 'colab': |
| 48 | - command => '/home/colab/.virtualenvs/colab/bin/gunicorn colab.wsgi:application --timeout=300 --worker-class=gevent --workers=5', | 48 | + command => '/home/colab/.virtualenvs/colab/bin/gunicorn colab.wsgi:application -c colab/gunicorn.conf.py', |
| 49 | directory => '/home/colab/colab/src/', | 49 | directory => '/home/colab/colab/src/', |
| 50 | user => 'colab', | 50 | user => 'colab', |
| 51 | } | 51 | } |