iis
This commit is contained in:
parent
05ab3860c7
commit
d44b42deeb
@ -81,7 +81,10 @@ class iis_demo::app (
|
|||||||
'digest' => false,
|
'digest' => false,
|
||||||
'clientCertificateMapping' => false
|
'clientCertificateMapping' => false
|
||||||
},
|
},
|
||||||
bindings => '443',
|
bindings => {
|
||||||
|
'bindinginformation' => '*:80:',
|
||||||
|
'protocol' => 'http',
|
||||||
|
},
|
||||||
enabledprotocols => 'https',
|
enabledprotocols => 'https',
|
||||||
limits => {
|
limits => {
|
||||||
'maxconnections' => 4294967295,
|
'maxconnections' => 4294967295,
|
||||||
|
Loading…
Reference in New Issue
Block a user