From 2b5238586da1afb00bd934ada4ccfea59ad40a74 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Wed, 12 Apr 2017 08:29:34 +0200 Subject: [PATCH] Try to fix apache syncproxy config --- .../roles/templates/syncproxy/syncproxy.debian.org-apache.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/templates/syncproxy/syncproxy.debian.org-apache.erb b/modules/roles/templates/syncproxy/syncproxy.debian.org-apache.erb index e81cbe308..6da98e676 100644 --- a/modules/roles/templates/syncproxy/syncproxy.debian.org-apache.erb +++ b/modules/roles/templates/syncproxy/syncproxy.debian.org-apache.erb @@ -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") -- 2.20.1