Provide full URL address in AutoScalingMultiAZSample.template
Fixes issue #242 Change-Id: Iafcf32f22f7a59ce08473981c7ff332bb1eb47f8 Signed-off-by: Steven Dake <sdake@redhat.com>
This commit is contained in:
parent
2af388ae9c
commit
fa9905d87a
@ -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"]] }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user