Bindings
Types of Bindings
{
"web" : {
"bindings" : {
// A single binding
"HTTP" : {},
// or an array of objects for multiple bindings
"HTTP" : [],
// A single binding
"SSL" : {},
// or an array of objects for multiple bindings
"SSL" : [],
// A single binding
"AJP" : {},
// or an array of objects for multiple bindings
"AJP" : []
}
}
}Creating a binding
Just the port
Listen to IP:port
Specify IP and Port separately
Host names
Multiple bindings of the same type
AJP Secret
HTTP/2 Support
SSL Server Certs
SSL SNI Support
SSL Client Certs
Was this helpful?