I would like to redirect specific domains from http to the corresponding https address in lighttpd. I tried the tutorial on the lighttpd page, but there it is not written for a specific domain. This is what I want:
$HTTP["host"] =~ "secure.example.com" { server.document-root = "/var/www/secure.example.com"
Thank you for your help.
Marc source share