summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/gunicorn.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/gunicorn.erb b/templates/gunicorn.erb
index 2cf3eed..1a96531 100644
--- a/templates/gunicorn.erb
+++ b/templates/gunicorn.erb
@@ -30,6 +30,8 @@ CONFIG = {
<% end -%>
'--workers=<%= @processorcount.to_i*2 %>',
'--timeout=30',
+<% if mode != 'django' -%>
'app:app',
+<% end -%>
),
}