Commit f40f5197a96b310587a567e76bdf62af6126142a
Exists in
master
and in
39 other branches
Merge branch 'master' of github.com:TracyWebTech/colab
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 | 45 | } |
| 46 | 46 | |
| 47 | 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 | 49 | directory => '/home/colab/colab/src/', |
| 50 | 50 | user => 'colab', |
| 51 | 51 | } | ... | ... |