From fa9905d87a51fb1ff8bf311c31ba1621c67a9046 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 18 Sep 2012 09:49:46 -0700 Subject: [PATCH] Provide full URL address in AutoScalingMultiAZSample.template Fixes issue #242 Change-Id: Iafcf32f22f7a59ce08473981c7ff332bb1eb47f8 Signed-off-by: Steven Dake --- templates/AutoScalingMultiAZSample.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/AutoScalingMultiAZSample.template b/templates/AutoScalingMultiAZSample.template index 1ad5fd80..3cef664b 100644 --- a/templates/AutoScalingMultiAZSample.template +++ b/templates/AutoScalingMultiAZSample.template @@ -269,7 +269,7 @@ "Outputs" : { "URL" : { "Description" : "The URL of the website", - "Value" : { "Fn::Join" : [ "", [ "http://", { "Fn::GetAtt" : [ "ElasticLoadBalancer", "DNSName" ]}]]} + "Value" : { "Fn::Join" : [ "", [ "http://", { "Fn::GetAtt" : [ "ElasticLoadBalancer", "DNSName" ]}, "/wordpress"]] } } } } -- 2.45.2