summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/ssl-inc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/lighttpd/ssl-inc.conf')
-rw-r--r--abs/core/lighttpd/ssl-inc.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/lighttpd/ssl-inc.conf b/abs/core/lighttpd/ssl-inc.conf
new file mode 100644
index 0000000..d545336
--- /dev/null
+++ b/abs/core/lighttpd/ssl-inc.conf
@@ -0,0 +1,4 @@
+$SERVER["socket"] == ":443" {
+ ssl.engine = "enable"
+ ssl.pemfile = "/etc/lighttpd/linhes.pem"
+ }