aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/cgit/cgit.conf
diff options
context:
space:
mode:
Diffstat (limited to 'terminaldweller.com/cgit/cgit.conf')
-rw-r--r--terminaldweller.com/cgit/cgit.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/terminaldweller.com/cgit/cgit.conf b/terminaldweller.com/cgit/cgit.conf
index ac59b7a..caf8876 100644
--- a/terminaldweller.com/cgit/cgit.conf
+++ b/terminaldweller.com/cgit/cgit.conf
@@ -1,9 +1,8 @@
-server.modules += ( "mod_cgi", "mod_rewrite" )
+server.modules += ( "mod_cgi", "mod_rewrite", "mod_openssl" )
-#$SERVER["socket"] == ":443" {
-$SERVER["socket"] == ":80" {
- #ssl.engine = "enable"
- #ssl.pemfile = "/etc/lighttpd/ssl/git.example.com.pem"
+$SERVER["socket"] == ":443" {
+ ssl.engine = "enable"
+ ssl.pemfile = "/etc/certs/git.pem"
server.name = "git.terminaldweller.com"
server.document-root = "/usr/share/webapps/cgit/"