Skip to content

Commit

Permalink
Changed default path for gunicorn.conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seocam committed Jul 31, 2014
1 parent 8454f59 commit 6dbdd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/django.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$proxy = true,
$proxy_hosts = [],
$directory = "/home/$user/$title/src",
$gunicorn_cfg = "$directory/gunicorn.conf.py",
$gunicorn_cfg = "$directory/$title/gunicorn.conf.py",
$vhost_cfg_append = undef,
) {
include supervisor
Expand Down

0 comments on commit 6dbdd64

Please sign in to comment.