Mercurial > hg > rlgallery-misc
view lighttpd/rlgallery-ssl.conf @ 78:be4c54a9e51d
Use HTTPS links to the Web player.
author | John "Elwin" Edwards |
---|---|
date | Sun, 08 Jan 2017 16:49:24 -0500 |
parents | c99fac2b0dc7 |
children | 716f8305d412 |
line wrap: on
line source
# 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" }