From c9f81660be2e73e031571187a34e974448a3fe79 Mon Sep 17 00:00:00 2001 From: Jeoffrey Bauvin Date: Tue, 21 Jun 2016 08:52:34 +0200 Subject: [PATCH] Fix non breaking space --- templates/mod/remoteip.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/remoteip.conf.erb b/templates/mod/remoteip.conf.erb index b4518f9b04..e10ebb51c8 100644 --- a/templates/mod/remoteip.conf.erb +++ b/templates/mod/remoteip.conf.erb @@ -3,7 +3,7 @@ RemoteIPHeader <%= @header %> <%- if @proxy_ips -%> # Declare client intranet IP addresses trusted to present -# the RemoteIPHeader value +# the RemoteIPHeader value <%- [@proxy_ips].flatten.each do |proxy| -%> RemoteIPInternalProxy <%= proxy %> <%- end -%>