Mercurial > hg > rlgallery-misc
comparison lighttpd/rlgallery-ssl.conf @ 76:c99fac2b0dc7
Add files related to SSL support.
author | John "Elwin" Edwards |
---|---|
date | Fri, 30 Dec 2016 12:48:58 -0500 |
parents | |
children | 716f8305d412 |
comparison
equal
deleted
inserted
replaced
75:d8720dbc16bb | 76:c99fac2b0dc7 |
---|---|
1 # Lighttpd SSL configuration for rlgallery.org | |
2 # Include in the main lighttpd configuration file | |
3 | |
4 $SERVER["socket"] == ":443" { | |
5 ssl.engine = "enable" | |
6 ssl.pemfile = "/etc/lighttpd/ssl/host.pem" | |
7 ssl.ca-file = "/etc/lighttpd/ssl/chain.pem" | |
8 } |