lighttpd: Move webmail from stdout.nl to stdin.nl.
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stdout-nl
index 224818c6a2375f58e5920c066ab092d9fc267d83..98e286e7652b7cc3f6dc46b04384bd45cc191bc2 100644 (file)
@@ -10,4 +10,9 @@ $HTTP["host"] =~ ".stdout.nl$" {
                        "socket" => var.site-fcgi-dir + "/php",
                ))
        )
+
+       $HTTP["host"] == "mail.stdout.nl" {
+               # Specify the certificate for this domain (uses SNI)
+               ssl.pemfile = "/etc/lighttpd/ssl/mail.stdout.nl.pem" 
+       }
 }