X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstdout-nl;h=5ca8a714acf1c0f0fabe205145870dbcd407d99f;hb=fb8291e5712a9bf3cccb4a88a7467e9e691ba5cb;hp=64956e5cea833007afa6b9dc37b14357aa1b4f39;hpb=89630560bf6babcf5b08fa154a5534e33df4112f;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stdout-nl b/etc/lighttpd/vhosts/stdout-nl index 64956e5..5ca8a71 100644 --- a/etc/lighttpd/vhosts/stdout-nl +++ b/etc/lighttpd/vhosts/stdout-nl @@ -19,4 +19,13 @@ $HTTP["host"] =~ ".stdout.nl$" { alias.url += ( "/hastymail" => var.site-dir + "/applications/hastymail2" ) } } + + $HTTP["host"] == "mail.stdout.nl" { + # Specify the certificate for this domain (uses SNI) + ssl.pemfile = "/etc/lighttpd/ssl/mail.stdout.nl.pem" + # Redirect HTTP to HTTPS for mail.stdout.nl + $HTTP["scheme"] == "http" { + url.redirect = ( "^(.*)" => "https://mail.stdout.nl$1" ) + } + } }