summaryrefslogtreecommitdiff
path: root/templates/gunicorn.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gunicorn.erb')
-rw-r--r--templates/gunicorn.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/gunicorn.erb b/templates/gunicorn.erb
index 99481e7..10f81fa 100644
--- a/templates/gunicorn.erb
+++ b/templates/gunicorn.erb
@@ -13,8 +13,8 @@ CONFIG = {
},
<% end -%>
'working_dir': '<%= @dir %>',
- 'user': 'www-data',
- 'group': 'www-data',
+ 'user': '<%= @owner %>',
+ 'group': '<%= @group %>',
<% if @virtualenv -%>
'python': '<%= @virtualenv %>/bin/python',
<% else -%>