Skip to content

Commit 78fbe41

Browse files
author
Duncan Grazier
committed
Use TCP > HTTP
1 parent 5fbea1a commit 78fbe41

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/ec2/deis.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@
208208
},
209209
{
210210
"InstancePort": "2222",
211-
"InstanceProtocol": "HTTP",
211+
"InstanceProtocol": "TCP",
212212
"LoadBalancerPort": "2222",
213-
"Protocol": "HTTP"
213+
"Protocol": "TCP"
214214
}
215215
],
216216
"SecurityGroups": [

0 commit comments

Comments
 (0)