You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
###Multiple SSL
$HTTP["scheme"] == "https" {
$HTTP["host"] =~ "MainServerIP$" {
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/root/newssl/merged.pem" # Combined Certificate
ssl.ca-file = "/root/newssl/cert.pem" # Root CA
server.document-root = "/var/www/html/work3" #...