Try to fix apache syncproxy config
authorJulien Cristau <jcristau@debian.org>
Wed, 12 Apr 2017 06:29:34 +0000 (08:29 +0200)
committerJulien Cristau <jcristau@debian.org>
Wed, 12 Apr 2017 06:29:34 +0000 (08:29 +0200)
modules/roles/templates/syncproxy/syncproxy.debian.org-apache.erb

index e81cbe3..6da98e6 100644 (file)
@@ -11,7 +11,7 @@
 <%=
 lines = []
 vhost_listen.each do |bind|
-   lines << "Use common-debian-service-https-redirect \"#{bind}\" \"#{@syncproxy_name}\""
+   lines << "Use common-debian-service-https-redirect \"#{@bind}\" \"#{@syncproxy_name}\""
 end
 lines.join("\n")