Skip to content

Commit

Permalink
Merge pull request #1489 from Jeoffreybauvin/fix_non_breaking_space
Browse files Browse the repository at this point in the history
Fix non breaking space (MODULES-3503)
  • Loading branch information
bmjen committed Jun 29, 2016
2 parents 3d3f02f + c9f8166 commit 6d9df7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/mod/remoteip.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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 -%>
Expand Down

0 comments on commit 6d9df7e

Please sign in to comment.