diff --git a/templates/gunicorn.erb b/templates/gunicorn.erb index 632c962f..7db470e5 100644 --- a/templates/gunicorn.erb +++ b/templates/gunicorn.erb @@ -32,7 +32,7 @@ CONFIG = { '--bind=<%= @bind %>', <% end -%> <% if @workers -%> - '--workers=<%= @workers %>' + '--workers=<%= @workers %>', <% else -%> '--workers=<%= @processorcount.to_i*2 + 1 %>', <% end -%>