Commit 9450256ce870dc3fdc5ebb944d30c65df1615205
1 parent
3d50965b
Exists in
master
and in
39 other branches
Changing supervisor command
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
puppet/modules/colab/manifests/init.pp
... | ... | @@ -39,8 +39,8 @@ class colab { |
39 | 39 | } |
40 | 40 | |
41 | 41 | supervisor::app { 'colab': |
42 | - command => '/home/colab/.virtualenvs/colab/bin/gunicorn_django colab/src/colab', | |
43 | - directory => '/home/colab/', | |
42 | + command => '/home/colab/.virtualenvs/colab/bin/gunicorn colab.wsgi:application -t 300', | |
43 | + directory => '/home/colab/colab/src/', | |
44 | 44 | user => 'colab', |
45 | 45 | } |
46 | 46 | ... | ... |