X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstdin-nl;h=f778be996cfc1cd33e5cabd31d520bd2362f6197;hb=a7cb0f2ff41c84defa02182cb73eff7a74e3d817;hp=e3eb78bb0ee3a4138b62bfe66dd2fc76b510a16e;hpb=b3e4ccffd2ec8225fcf8b9fa40a9279e2af3e31b;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stdin-nl b/etc/lighttpd/vhosts/stdin-nl index e3eb78b..f778be9 100644 --- a/etc/lighttpd/vhosts/stdin-nl +++ b/etc/lighttpd/vhosts/stdin-nl @@ -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-ca.pem" # Redirect HTTP to HTTPS $HTTP["scheme"] == "http" { url.redirect = ( "^(.*)" => "https://mail.stdin.nl$1" )