diff options
-rw-r--r-- | templates/config.py.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |