server.use-ipv6 = "enable"
$SERVER["socket"] == "0.0.0.0:80" { }
With HTTPS, however, $SERVER["socket"] == "0.0.0.0:443" doesn't seem to work. Although sockstat reports that lighttpd is indeed listening to port 443, https://<ip_address> doesn't work. http://<ip_address>:443 work, but this is just plain HTTP served on port 443. Weird. the following is sockstat's output:
root lighttpd 53320 4 tcp6 *:443 *:*
root lighttpd 53320 5 tcp4 *:443 *:*
No comments:
Post a Comment