X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstdout-nl;h=98e286e7652b7cc3f6dc46b04384bd45cc191bc2;hb=b3e4ccffd2ec8225fcf8b9fa40a9279e2af3e31b;hp=64956e5cea833007afa6b9dc37b14357aa1b4f39;hpb=cd697e349955ff430f7570f4bc1f508466fc7466;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stdout-nl b/etc/lighttpd/vhosts/stdout-nl index 64956e5..98e286e 100644 --- a/etc/lighttpd/vhosts/stdout-nl +++ b/etc/lighttpd/vhosts/stdout-nl @@ -12,11 +12,7 @@ $HTTP["host"] =~ ".stdout.nl$" { ) $HTTP["host"] == "mail.stdout.nl" { - alias.url += ( "/squirrel" => "/usr/share/squirrelmail" ) - - # Only expose parts of the hastymail directory - $HTTP["url"] =~ "^/hastymail(|/index.php|/templates|/js|/plugins|/images)(|/.*)$" { - alias.url += ( "/hastymail" => var.site-dir + "/applications/hastymail2" ) - } + # Specify the certificate for this domain (uses SNI) + ssl.pemfile = "/etc/lighttpd/ssl/mail.stdout.nl.pem" } }