Enable HTTPS for CLI portal
[cli.git] / deployment / http / lighttpd / lighttpd.conf
index ce904de..32baf8a 100644 (file)
@@ -16,6 +16,8 @@ server.document-root = "/var/www-data/servers/open-cli/"
 server.username             = "www-data"
 server.groupname            = "www-data"
 server.port                 = 80
+ssl.engine                  = "enable"
+ssl.pemfile                 = "/etc/lighttpd/ocomp.pem"
 
 mimetype.assign = (
   ".html" => "text/html",
@@ -47,4 +49,4 @@ server.pid-file             = "/var/run/lighttpd.pid"
 ## Use ipv6 if available
 #include_shell "/usr/share/lighttpd/use-ipv6.pl " + server.port
 #include_shell "/usr/share/lighttpd/create-mime.assign.pl"
-#include_shell "/usr/share/lighttpd/include-conf-enabled.pl"
\ No newline at end of file
+#include_shell "/usr/share/lighttpd/include-conf-enabled.pl"