rlgallery-misc/lighttpd/rlgallery-ssl.conf
2016-12-30 12:48:58 -05:00

8 lines
245 B
Text

# Lighttpd SSL configuration for rlgallery.org
# Include in the main lighttpd configuration file
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/etc/lighttpd/ssl/host.pem"
ssl.ca-file = "/etc/lighttpd/ssl/chain.pem"
}