From fa266205cc34e922b3c5dff321187cb72999554b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 May 2013 17:36:20 -0300 Subject: Minor fix --- templates/config.py.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/config.py.erb b/templates/config.py.erb index ab28920..9c2bf91 100644 --- a/templates/config.py.erb +++ b/templates/config.py.erb @@ -196,7 +196,7 @@ FORWARDED_FOR_HEADER="<%= forwarded_for_header %>" # headers will be accepted from. #FORWARDED_FOR_IPS=["127.0.0.1"] <%- if forwarded_for_ips != '' -%> -FORWARDED_FOR_IPS="<%= forwarded_for_ips %>" +FORWARDED_FOR_IPS=<%= forwarded_for_ips %> <%- end -%> # EXECUTION OPTIONS -- cgit v1.2.3