Skip to content

Commit ded68e9

Browse files
committed
added declaration for accesslog
1 parent 6fa5ec8 commit ded68e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

templates/gunicorn.erb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ CONFIG = {
3535
'--timeout=<%= @timeout %>',
3636
<% if @mode != 'django' -%>
3737
'<%= @appmodule %>',
38+
<% end -%>
39+
<% if @accesslog -%>
40+
'--access-logfile=<%= @accesslog %>',
3841
<% end -%>
3942
),
4043
}

0 commit comments

Comments
 (0)