lighttpd: Update SSL configs
[matthijs/servers/drsnuggles.git] / etc / lighttpd / vhosts / stdin-nl
index e3eb78bb0ee3a4138b62bfe66dd2fc76b510a16e..c0ed7c9679e7cadcf2feb2c74a6526062e8aea1c 100644 (file)
@@ -3,7 +3,6 @@ $HTTP["host"] =~ ".stdin.nl$" {
        var.site-fcgi-dir    = var.fcgi-dir + "/stdin-nl"
 
        evhost.path-pattern  = var.site-dir + "/htdocs/%3/"
-       accesslog.filename   = var.site-dir + "/logs/access.log"
 
        fastcgi.server    = ( ".php" => 
                ((
@@ -25,6 +24,7 @@ $HTTP["host"] =~ ".stdin.nl$" {
        $HTTP["host"] == "mail.stdin.nl" {
                # Specify the certificate for this domain (uses SNI)
                ssl.pemfile = "/etc/lighttpd/ssl/mail.stdin.nl.pem" 
+               ssl.ca-file = "/etc/lighttpd/ssl/ca/startssl/all.pem"
                # Redirect HTTP to HTTPS
                $HTTP["scheme"] == "http" {
                    url.redirect = ( "^(.*)" => "https://mail.stdin.nl$1" )