SSL port (443) is open for web servers now

WebServerSecurity template (earlier known as ApacheSecurity) had a typo: SSL port was specified as 433, rathen then 443.
This is fixed by now.

Change-Id: Ibd3d68d5649884d85c09e1a4833fd2ab788886d8
Closes-bug: #1259500
This commit is contained in:
ativelkov 2013-12-10 14:50:07 +04:00
parent f42661ddef
commit e665fcec48
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
"CidrIp": "0.0.0.0/0"
},
{
"ToPort": "433",
"ToPort": "443",
"IpProtocol": "tcp",
"FromPort": "433",
"FromPort": "443",
"CidrIp": "0.0.0.0/0"
}
]