Current Path : /etc/lighttpd/conf-available/ |
Current File : //etc/lighttpd/conf-available/10-ssl.conf |
# /usr/share/doc/lighttpd/ssl.txt # -*- conflicts: mbedtls, gnutls, nss, wolfssl -*- server.modules += ( "mod_openssl" ) # ssl.* in global scope gets inherited by # $SERVER["socket"] == "..." { ssl.engine = "enable" } ssl.pemfile = "/etc/lighttpd/server.pem" ssl.cipher-list = "HIGH" $SERVER["socket"] == "0.0.0.0:443" { ssl.engine = "enable" } include_shell "/usr/share/lighttpd/use-ipv6.pl 443"